#068A93

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

Shades of Dark Cyan #068A93

Tints of Dark Cyan #068A93

Color information

#068A93 (or 0x068A93) is unknown color: approx Dark Cyan. HEX triplet: 06, 8A and 93. RGB value is (6,138,147). Sum of RGB (Red+Green+Blue) = 6+138+147=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #068A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068A93 is #F9756C. Grayscale: #636363. Windows color (decimal): -16348525 or 9669126. OLE color: 9669126.

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

Color convert

RGB6138147-
CMYK0.960.0600.42
HSL183.83º92.16%30%-
HSV(B)183.83º95.92%57.65%-
XYZ14.4320.3230.77-
YUV99.56154.7761.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.06%
GREEN value IS 138 (54.30% from 255) = 47.42%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=2.06%
G=47.42%
B=50.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61381470.960.0600.42183.8392.1630
Hex68A9360602Ab85c1e
Octal6212223140605227013436
Binary11010001010100100111100000110010101010111000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,138,147); }

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

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

 a { background-color: rgb(6,138,147); }

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

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

 span { border-color: rgb(6,138,147); }

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