Html Css Color HEX #060888 Dark Blue

📋 copy color: '#060888'

red 6 ◦ green 8 ◦ blue 136

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

Shades of Dark Blue #060888

Tints of Dark Blue #060888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.33%

 BLUE value IS 136 (53.52% from 255) = 90.67%

R = 4%
G = 5.33%
B = 90.67%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#060888 (or 0x060888) is known color: Dark Blue. HEX triplet: 06, 08 and 88. RGB value is (6,8,136). Sum of RGB (Red+Green+Blue) = 6+8+136=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 136 (53.52% from 255 or 90.67% from 150); Max value from RGB is 136 - color contains mainly: blue. Hex color #060888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060888 is #F9F777. Grayscale: #151515. Windows color (decimal): -16381816 or 8914950. OLE color: 8914950.

HSL color Cylindrical-coordinate representation of color #060888: hue angle of 239.08º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060888 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 8 136 -
CMYK 0.96 0.94 0 0.47
HSL 239.08º 0.92% 0.28% -
HSV(B) 239.08º 0.96% 0.53% -
XYZ 4.61 1.99 23.43 -
YUV 21.99 192.34 116.59 -
System Red Green Blue C M Y K H S L
Decimal 6 8 136 0.96 0.94 0 0.47 239.08 0.92 0.28
Hex 6 8 88 60 5E 0 2F EF 5C 1C
Octal 6 10 210 140 136 0 57 357 134 34
Binary 110 1000 10001000 1100000 1011110 0 101111 11101111 1011100 11100

Color Harmonies of #060888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060888

Black with #060888

Text Example


Text Example

White with #060888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060888; }

 p { color: rgb(6,8,136); }

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

background-color css

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

 a { background-color: rgb(6,8,136); }

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

border-color css

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

 span { border-color: rgb(6,8,136); }

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