Html Css Color HEX #06908E Dark Cyan

📋 copy color: '#06908E'

red 6 ◦ green 144 ◦ blue 142

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

Shades of Dark Cyan #06908E

Tints of Dark Cyan #06908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.32%

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

R = 2.05%
G = 49.32%
B = 48.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#06908E (or 0x06908E) is known color: Dark Cyan. HEX triplet: 06, 90 and 8E. RGB value is (6,144,142). Sum of RGB (Red+Green+Blue) = 6+144+142=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #06908E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06908E is #F96F71. Grayscale: #666666. Windows color (decimal): -16346994 or 9342982. OLE color: 9342982.

HSL color Cylindrical-coordinate representation of color #06908E: hue angle of 179.13º 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 #06908E is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 144 142 -
CMYK 0.96 0 0.01 0.44
HSL 179.13º 0.92% 0.29% -
HSV(B) 179.13º 0.96% 0.56% -
XYZ 14.93 21.94 29.04 -
YUV 102.51 150.28 59.16 -
System Red Green Blue C M Y K H S L
Decimal 6 144 142 0.96 0 0.01 0.44 179.13 0.92 0.29
Hex 6 90 8E 60 0 1 2C B3 5C 1D
Octal 6 220 216 140 0 1 54 263 134 35
Binary 110 10010000 10001110 1100000 0 1 101100 10110011 1011100 11101

Color Harmonies of #06908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06908E

Black with #06908E

Text Example


Text Example

White with #06908E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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