#06907F

Color #06907F Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #06907F

Tints of Dark Cyan #06907F

Color information

#06907F (or 0x06907F) is unknown color: approx Dark Cyan. HEX triplet: 06, 90 and 7F. RGB value is (6,144,127). Sum of RGB (Red+Green+Blue) = 6+144+127=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #06907F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06907F is #F96F80. Grayscale: #646464. Windows color (decimal): -16347009 or 8359942. OLE color: 8359942.

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

Color convert

RGB6144127-
CMYK0.9600.120.44
HSL172.61º92%29.41%-
HSV(B)172.61º95.83%56.47%-
XYZ13.8821.5223.5-
YUV100.8142.7860.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 144 (56.64% from 255) = 51.99%
BLUE value IS 127 (50% from 255) = 45.85%
R=2.17%
G=51.99%
B=45.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61441270.9600.120.44172.619229.41
Hex6907F600C2Cad5c1d
Octal62201771400145425513435
Binary11010010000111111111000000110010110010101101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06907F;
 }
 .AnyTagClassName
 {
   color: #06907F;
 }
</style>
background-color css

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

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

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

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

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

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