#067E8D

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

Shades of Dark Cyan #067E8D

Tints of Dark Cyan #067E8D

Color information

#067E8D (or 0x067E8D) is unknown color: approx Dark Cyan. HEX triplet: 06, 7E and 8D. RGB value is (6,126,141). Sum of RGB (Red+Green+Blue) = 6+126+141=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #067E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067E8D is #F98172. Grayscale: #5B5B5B. Windows color (decimal): -16351603 or 9272838. OLE color: 9272838.

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

Color convert

RGB6126141-
CMYK0.960.1100.45
HSL186.67º91.84%28.82%-
HSV(B)186.67º95.74%55.29%-
XYZ12.3416.8827.81-
YUV91.83155.7466.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.20%
GREEN value IS 126 (49.61% from 255) = 46.15%
BLUE value IS 141 (55.47% from 255) = 51.65%
R=2.20%
G=46.15%
B=51.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61261410.960.1100.45186.6791.8428.82
Hex67E8D60B02Dbb5c1d
Octal61762151401305527313435
Binary11011111101000110111000001011010110110111011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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