Html Css Color HEX #060BFC Blue

📋 copy color: '#060BFC'

red 6 ◦ green 11 ◦ blue 252

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

Shades of Blue #060BFC

Tints of Blue #060BFC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

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

R = 2.23%
G = 4.09%
B = 93.68%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#060BFC (or 0x060BFC) is known color: Blue. HEX triplet: 06, 0B and FC. RGB value is (6,11,252). Sum of RGB (Red+Green+Blue) = 6+11+252=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 252 (98.83% from 255 or 93.68% from 269); Max value from RGB is 252 - color contains mainly: blue. Hex color #060BFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060BFC is #F9F403. Grayscale: #242424. Windows color (decimal): -16380932 or 16517894. OLE color: 16517894.

HSL color Cylindrical-coordinate representation of color #060BFC: hue angle of 238.78º 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 #060BFC is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 11 252 -
CMYK 0.98 0.96 0 0.01
HSL 238.78º 0.98% 0.51% -
HSV(B) 238.78º 0.98% 0.99% -
XYZ 17.77 7.31 92.57 -
YUV 36.98 249.34 105.9 -
System Red Green Blue C M Y K H S L
Decimal 6 11 252 0.98 0.96 0 0.01 238.78 0.98 0.51
Hex 6 B FC 62 60 0 1 EF 62 33
Octal 6 13 374 142 140 0 1 357 142 63
Binary 110 1011 11111100 1100010 1100000 0 1 11101111 1100010 110011

Color Harmonies of #060BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060BFC

Black with #060BFC

Text Example


Text Example

White with #060BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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