#067F8D

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

Shades of Dark Cyan #067F8D

Tints of Dark Cyan #067F8D

Color information

#067F8D (or 0x067F8D) is unknown color: approx Dark Cyan. HEX triplet: 06, 7F and 8D. RGB value is (6,127,141). Sum of RGB (Red+Green+Blue) = 6+127+141=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #067F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067F8D is #F98072. Grayscale: #5C5C5C. Windows color (decimal): -16351347 or 9273094. OLE color: 9273094.

HSL color Cylindrical-coordinate representation of color #067F8D: hue angle of 186.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067F8D is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6127141-
CMYK0.960.1000.45
HSL186.22º91.84%28.82%-
HSV(B)186.22º95.74%55.29%-
XYZ12.4717.1427.85-
YUV92.42155.4166.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.19%
GREEN value IS 127 (50% from 255) = 46.35%
BLUE value IS 141 (55.47% from 255) = 51.46%
R=2.19%
G=46.35%
B=51.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61271410.960.1000.45186.2291.8428.82
Hex67F8D60A02Dba5c1d
Octal61772151401205527213435
Binary11011111111000110111000001010010110110111010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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