#067F8E

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

Shades of Dark Cyan #067F8E

Tints of Dark Cyan #067F8E

Color information

#067F8E (or 0x067F8E) is unknown color: approx Dark Cyan. HEX triplet: 06, 7F and 8E. RGB value is (6,127,142). Sum of RGB (Red+Green+Blue) = 6+127+142=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #067F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F8E is #F98071. Grayscale: #5C5C5C. Windows color (decimal): -16351346 or 9338630. OLE color: 9338630.

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

Color convert

RGB6127142-
CMYK0.960.1100.44
HSL186.62º91.89%29.02%-
HSV(B)186.62º95.77%55.69%-
XYZ12.5517.1728.24-
YUV92.53155.9166.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.18%
GREEN value IS 127 (50% from 255) = 46.18%
BLUE value IS 142 (55.86% from 255) = 51.64%
R=2.18%
G=46.18%
B=51.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61271420.960.1100.44186.6291.8929.02
Hex67F8E60B02Cbb5c1d
Octal61772161401305427313435
Binary11011111111000111011000001011010110010111011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067F8E; }

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

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

<style>
 a { background-color: #067F8E; }

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

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

<style>
 span { border-color: #067F8E; }

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

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