Html Css Color HEX #06878E Dark Cyan

📋 copy color: '#06878E'

red 6 ◦ green 135 ◦ blue 142

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

Shades of Dark Cyan #06878E

Tints of Dark Cyan #06878E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.7%

 BLUE value IS 142 (55.86% from 255) = 50.18%

R = 2.12%
G = 47.7%
B = 50.18%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#06878E (or 0x06878E) is known color: Dark Cyan. HEX triplet: 06, 87 and 8E. RGB value is (6,135,142). Sum of RGB (Red+Green+Blue) = 6+135+142=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #06878E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06878E is #F97871. Grayscale: #616161. Windows color (decimal): -16349298 or 9340678. OLE color: 9340678.

HSL color Cylindrical-coordinate representation of color #06878E: hue angle of 183.09º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06878E is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 135 142 -
CMYK 0.96 0.05 0 0.44
HSL 183.09º 0.92% 0.29% -
HSV(B) 183.09º 0.96% 0.56% -
XYZ 13.62 19.32 28.6 -
YUV 97.23 153.26 62.93 -
System Red Green Blue C M Y K H S L
Decimal 6 135 142 0.96 0.05 0 0.44 183.09 0.92 0.29
Hex 6 87 8E 60 5 0 2C B7 5C 1D
Octal 6 207 216 140 5 0 54 267 134 35
Binary 110 10000111 10001110 1100000 101 0 101100 10110111 1011100 11101

Color Harmonies of #06878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06878E

Black with #06878E

Text Example


Text Example

White with #06878E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06878E; }

 p { color: rgb(6,135,142); }

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

background-color css

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

 a { background-color: rgb(6,135,142); }

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

border-color css

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

 span { border-color: rgb(6,135,142); }

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