Html Css Color HEX #060EEC Blue

📋 copy color: '#060EEC'

red 6 ◦ green 14 ◦ blue 236

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

Shades of Blue #060EEC

Tints of Blue #060EEC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.47%

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

R = 2.34%
G = 5.47%
B = 92.19%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#060EEC (or 0x060EEC) is known color: Blue. HEX triplet: 06, 0E and EC. RGB value is (6,14,236). Sum of RGB (Red+Green+Blue) = 6+14+236=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 236 (92.58% from 255 or 92.19% from 256); Max value from RGB is 236 - color contains mainly: blue. Hex color #060EEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060EEC is #F9F113. Grayscale: #242424. Windows color (decimal): -16380180 or 15470086. OLE color: 15470086.

HSL color Cylindrical-coordinate representation of color #060EEC: hue angle of 237.91º 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 #060EEC is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 14 236 -
CMYK 0.97 0.94 0 0.07
HSL 237.91º 0.95% 0.47% -
HSV(B) 237.91º 0.97% 0.93% -
XYZ 15.37 6.41 79.78 -
YUV 36.92 240.35 105.95 -
System Red Green Blue C M Y K H S L
Decimal 6 14 236 0.97 0.94 0 0.07 237.91 0.95 0.47
Hex 6 E EC 61 5E 0 7 EE 5F 2F
Octal 6 16 354 141 136 0 7 356 137 57
Binary 110 1110 11101100 1100001 1011110 0 111 11101110 1011111 101111

Color Harmonies of #060EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060EEC

Black with #060EEC

Text Example


Text Example

White with #060EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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