Html Css Color HEX #06808F Dark Cyan

📋 copy color: '#06808F'

red 6 ◦ green 128 ◦ blue 143

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

Shades of Dark Cyan #06808F

Tints of Dark Cyan #06808F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.21%

 BLUE value IS 143 (56.25% from 255) = 51.62%

R = 2.17%
G = 46.21%
B = 51.62%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#06808F (or 0x06808F) is known color: Dark Cyan. HEX triplet: 06, 80 and 8F. RGB value is (6,128,143). Sum of RGB (Red+Green+Blue) = 6+128+143=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #06808F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06808F is #F97F70. Grayscale: #5D5D5D. Windows color (decimal): -16351089 or 9404422. OLE color: 9404422.

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

Color convert

RGB 6 128 143 -
CMYK 0.96 0.10 0 0.44
HSL 186.57º 0.92% 0.29% -
HSV(B) 186.57º 0.96% 0.56% -
XYZ 12.75 17.46 28.68 -
YUV 93.23 156.08 65.78 -
System Red Green Blue C M Y K H S L
Decimal 6 128 143 0.96 0.10 0 0.44 186.57 0.92 0.29
Hex 6 80 8F 60 A 0 2C BB 5C 1D
Octal 6 200 217 140 12 0 54 273 134 35
Binary 110 10000000 10001111 1100000 1010 0 101100 10111011 1011100 11101

Color Harmonies of #06808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06808F

Black with #06808F

Text Example


Text Example

White with #06808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06808F; }

 p { color: rgb(6,128,143); }

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

background-color css

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

 a { background-color: rgb(6,128,143); }

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

border-color css

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

 span { border-color: rgb(6,128,143); }

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