Html Css Color HEX #060EFC Blue

📋 copy color: '#060EFC'

red 6 ◦ green 14 ◦ blue 252

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

Shades of Blue #060EFC

Tints of Blue #060EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 92.65%

R = 2.21%
G = 5.15%
B = 92.65%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#060EFC (or 0x060EFC) is known color: Blue. HEX triplet: 06, 0E and FC. RGB value is (6,14,252). Sum of RGB (Red+Green+Blue) = 6+14+252=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 252 (98.83% from 255 or 92.65% from 272); Max value from RGB is 252 - color contains mainly: blue. Hex color #060EFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060EFC is #F9F103. Grayscale: #252525. Windows color (decimal): -16380164 or 16518662. OLE color: 16518662.

HSL color Cylindrical-coordinate representation of color #060EFC: hue angle of 238.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060EFC is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 14 252 -
CMYK 0.98 0.94 0 0.01
HSL 238.05º 0.98% 0.51% -
HSV(B) 238.05º 0.98% 0.99% -
XYZ 17.8 7.38 92.58 -
YUV 38.74 248.35 104.65 -
System Red Green Blue C M Y K H S L
Decimal 6 14 252 0.98 0.94 0 0.01 238.05 0.98 0.51
Hex 6 E FC 62 5E 0 1 EE 62 33
Octal 6 16 374 142 136 0 1 356 142 63
Binary 110 1110 11111100 1100010 1011110 0 1 11101110 1100010 110011

Color Harmonies of #060EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060EFC

Black with #060EFC

Text Example


Text Example

White with #060EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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