Html Css Color HEX #061EEC Blue

📋 copy color: '#061EEC'

red 6 ◦ green 30 ◦ blue 236

#061EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #061EEC

Tints of Blue #061EEC

RGB

 RED value IS 6 (2.73% from 255) = 2.21%

 GREEN value IS 30 (12.11% from 255) = 11.03%

 BLUE value IS 236 (92.58% from 255) = 86.76%

R = 2.21%
G = 11.03%
B = 86.76%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#061EEC (or 0x061EEC) is known color: Blue. HEX triplet: 06, 1E and EC. RGB value is (6,30,236). Sum of RGB (Red+Green+Blue) = 6+30+236=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 236 (92.58% from 255 or 86.76% from 272); Max value from RGB is 236 - color contains mainly: blue. Hex color #061EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061EEC is #F9E113. Grayscale: #2D2D2D. Windows color (decimal): -16376084 or 15474182. OLE color: 15474182.

HSL color Cylindrical-coordinate representation of color #061EEC: hue angle of 233.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061EEC is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 30 236 -
CMYK 0.97 0.87 0 0.07
HSL 233.74º 0.95% 0.47% -
HSV(B) 233.74º 0.97% 0.93% -
XYZ 15.68 7.02 79.89 -
YUV 46.31 235.05 99.25 -
System Red Green Blue C M Y K H S L
Decimal 6 30 236 0.97 0.87 0 0.07 233.74 0.95 0.47
Hex 6 1E EC 61 57 0 7 EA 5F 2F
Octal 6 36 354 141 127 0 7 352 137 57
Binary 110 11110 11101100 1100001 1010111 0 111 11101010 1011111 101111

Color Harmonies of #061EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061EEC

Black with #061EEC

Text Example


Text Example

White with #061EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,30,236); }

 H1.HeaderClassName
 {
   color: #061EEC;
 }
 .AnyTagClassName
 {
   color: #061EEC;
 }
</style>

background-color css

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

 a { background-color: rgb(6,30,236); }

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

border-color css

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

 span { border-color: rgb(6,30,236); }

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