#068B92

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

Shades of Dark Cyan #068B92

Tints of Dark Cyan #068B92

Color information

#068B92 (or 0x068B92) is unknown color: approx Dark Cyan. HEX triplet: 06, 8B and 92. RGB value is (6,139,146). Sum of RGB (Red+Green+Blue) = 6+139+146=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #068B92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068B92 is #F9746D. Grayscale: #636363. Windows color (decimal): -16348270 or 9603846. OLE color: 9603846.

HSL color Cylindrical-coordinate representation of color #068B92: hue angle of 183º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B92 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6139146-
CMYK0.960.0500.43
HSL183º92.11%29.8%-
HSV(B)183º95.89%57.25%-
XYZ14.520.5830.4-
YUV100.03153.9460.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.06%
GREEN value IS 139 (54.69% from 255) = 47.77%
BLUE value IS 146 (57.42% from 255) = 50.17%
R=2.06%
G=47.77%
B=50.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61391460.960.0500.4318392.1129.8
Hex68B9260502Bb75c1e
Octal6213222140505326713436
Binary11010001011100100101100000101010101110110111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068B92; }

 p { color: rgb(6,139,146); }

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

<style>
 a { background-color: #068B92; }

 a { background-color: rgb(6,139,146); }

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

<style>
 span { border-color: #068B92; }

 span { border-color: rgb(6,139,146); }

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