Html Css Color HEX #060CFE Blue

📋 copy color: '#060CFE'

red 6 ◦ green 12 ◦ blue 254

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

Shades of Blue #060CFE

Tints of Blue #060CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.41%

 BLUE value IS 254 (99.61% from 255) = 93.38%

R = 2.21%
G = 4.41%
B = 93.38%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#060CFE (or 0x060CFE) is known color: Blue. HEX triplet: 06, 0C and FE. RGB value is (6,12,254). Sum of RGB (Red+Green+Blue) = 6+12+254=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 254 (99.61% from 255 or 93.38% from 272); Max value from RGB is 254 - color contains mainly: blue. Hex color #060CFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060CFE is #F9F301. Grayscale: #242424. Windows color (decimal): -16380674 or 16649222. OLE color: 16649222.

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

Color convert

RGB 6 12 254 -
CMYK 0.98 0.95 0 0.00
HSL 238.55º 0.99% 0.51% -
HSV(B) 238.55º 0.98% 1% -
XYZ 18.1 7.46 94.25 -
YUV 37.79 250.01 105.32 -
System Red Green Blue C M Y K H S L
Decimal 6 12 254 0.98 0.95 0 0.00 238.55 0.99 0.51
Hex 6 C FE 62 5F 0 0 EF 63 33
Octal 6 14 376 142 137 0 0 357 143 63
Binary 110 1100 11111110 1100010 1011111 0 0 11101111 1100011 110011

Color Harmonies of #060CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060CFE

Black with #060CFE

Text Example


Text Example

White with #060CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,12,254); }

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

background-color css

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

 a { background-color: rgb(6,12,254); }

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

border-color css

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

 span { border-color: rgb(6,12,254); }

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