Html Css Color HEX #06888C Dark Cyan

📋 copy color: '#06888C'

red 6 ◦ green 136 ◦ blue 140

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

Shades of Dark Cyan #06888C

Tints of Dark Cyan #06888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.23%

 BLUE value IS 140 (55.08% from 255) = 49.65%

R = 2.13%
G = 48.23%
B = 49.65%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06888C (or 0x06888C) is known color: Dark Cyan. HEX triplet: 06, 88 and 8C. RGB value is (6,136,140). Sum of RGB (Red+Green+Blue) = 6+136+140=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #06888C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06888C is #F97773. Grayscale: #616161. Windows color (decimal): -16349044 or 9209862. OLE color: 9209862.

HSL color Cylindrical-coordinate representation of color #06888C: hue angle of 181.79º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06888C is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 136 140 -
CMYK 0.96 0.03 0 0.45
HSL 181.79º 0.92% 0.29% -
HSV(B) 181.79º 0.96% 0.55% -
XYZ 13.61 19.54 27.87 -
YUV 97.59 151.93 62.67 -
System Red Green Blue C M Y K H S L
Decimal 6 136 140 0.96 0.03 0 0.45 181.79 0.92 0.29
Hex 6 88 8C 60 3 0 2D B6 5C 1D
Octal 6 210 214 140 3 0 55 266 134 35
Binary 110 10001000 10001100 1100000 11 0 101101 10110110 1011100 11101

Color Harmonies of #06888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06888C

Black with #06888C

Text Example


Text Example

White with #06888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06888C; }

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

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

background-color css

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

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

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

border-color css

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

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

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