#061FE4

Color #061FE4 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #061FE4

Tints of Medium Blue #061FE4

Color information

#061FE4 (or 0x061FE4) is unknown color: approx Medium Blue. HEX triplet: 06, 1F and E4. RGB value is (6,31,228). Sum of RGB (Red+Green+Blue) = 6+31+228=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 228 (89.45% from 255 or 86.04% from 265); Max value from RGB is 228 - color contains mainly: blue. Hex color #061FE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061FE4 is #F9E01B. Grayscale: #2D2D2D. Windows color (decimal): -16375836 or 14950150. OLE color: 14950150.

HSL color Cylindrical-coordinate representation of color #061FE4: hue angle of 233.24º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061FE4 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB631228-
CMYK0.970.8600.11
HSL233.24º94.87%45.88%-
HSV(B)233.24º97.37%89.41%-
XYZ14.576.6273.91-
YUV45.98230.7299.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 31 (12.5% from 255) = 11.70%
BLUE value IS 228 (89.45% from 255) = 86.04%
R=2.26%
G=11.70%
B=86.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal6312280.970.8600.11233.2494.8745.88
Hex61FE461560Be95f2e
Octal63734414112601335113756
Binary11011111111001001100001101011001011111010011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061FE4; }

 p { color: rgb(6,31,228); }

 H1.HeaderClassName
 {
   color: #061FE4;
 }
 .AnyTagClassName
 {
   color: #061FE4;
 }
</style>
background-color css

<style>
 a { background-color: #061FE4; }

 a { background-color: rgb(6,31,228); }

 div.DivClassName
 {
   background-color: #061FE4;
 }
 .BgClassName
 {
   background-color: #061FE4;
 }
</style>
border-color css

<style>
 span { border-color: #061FE4; }

 span { border-color: rgb(6,31,228); }

 td.TdClassName
 {
   border-color: #061FE4;
 }
 .TagClassName
 {
   border-color: #061FE4;
 }
</style>