Html Css Color HEX #060DEC Blue

📋 copy color: '#060DEC'

red 6 ◦ green 13 ◦ blue 236

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

Shades of Blue #060DEC

Tints of Blue #060DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.1%

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

R = 2.35%
G = 5.1%
B = 92.55%

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

#060DEC (or 0x060DEC) is known color: Blue. HEX triplet: 06, 0D and EC. RGB value is (6,13,236). Sum of RGB (Red+Green+Blue) = 6+13+236=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 236 (92.58% from 255 or 92.55% from 255); Max value from RGB is 236 - color contains mainly: blue. Hex color #060DEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060DEC is #F9F213. Grayscale: #232323. Windows color (decimal): -16380436 or 15469830. OLE color: 15469830.

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

Color convert

RGB 6 13 236 -
CMYK 0.97 0.94 0 0.07
HSL 238.17º 0.95% 0.47% -
HSV(B) 238.17º 0.97% 0.93% -
XYZ 15.36 6.38 79.78 -
YUV 36.33 240.68 106.37 -
System Red Green Blue C M Y K H S L
Decimal 6 13 236 0.97 0.94 0 0.07 238.17 0.95 0.47
Hex 6 D EC 61 5E 0 7 EE 5F 2F
Octal 6 15 354 141 136 0 7 356 137 57
Binary 110 1101 11101100 1100001 1011110 0 111 11101110 1011111 101111

Color Harmonies of #060DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060DEC

Black with #060DEC

Text Example


Text Example

White with #060DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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