Html Css Color HEX #060CFF Blue

📋 copy color: '#060CFF'

red 6 ◦ green 12 ◦ blue 255

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

Shades of Blue #060CFF

Tints of Blue #060CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 93.41%

R = 2.2%
G = 4.4%
B = 93.41%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#060CFF (or 0x060CFF) is known color: Blue. HEX triplet: 06, 0C and FF. RGB value is (6,12,255). Sum of RGB (Red+Green+Blue) = 6+12+255=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 255 (100% from 255 or 93.41% from 273); Max value from RGB is 255 - color contains mainly: blue. Hex color #060CFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060CFF is #F9F300. Grayscale: #242424. Windows color (decimal): -16380673 or 16714758. OLE color: 16714758.

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

Color convert

RGB 6 12 255 -
CMYK 0.98 0.95 0 0
HSL 238.55º 1% 0.51% -
HSV(B) 238.55º 0.98% 1% -
XYZ 18.26 7.52 95.1 -
YUV 37.91 250.51 105.24 -
System Red Green Blue C M Y K H S L
Decimal 6 12 255 0.98 0.95 0 0 238.55 1 0.51
Hex 6 C FF 62 5F 0 0 EF 64 33
Octal 6 14 377 142 137 0 0 357 144 63
Binary 110 1100 11111111 1100010 1011111 0 0 11101111 1100100 110011

Color Harmonies of #060CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060CFF

Black with #060CFF

Text Example


Text Example

White with #060CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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