#069294

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

Shades of Dark Cyan #069294

Tints of Dark Cyan #069294

Color information

#069294 (or 0x069294) is unknown color: approx Dark Cyan. HEX triplet: 06, 92 and 94. RGB value is (6,146,148). Sum of RGB (Red+Green+Blue) = 6+146+148=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #069294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069294 is #F96D6B. Grayscale: #686868. Windows color (decimal): -16346476 or 9736710. OLE color: 9736710.

HSL color Cylindrical-coordinate representation of color #069294: hue angle of 180.85º 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 #069294 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6146148-
CMYK0.960.0100.42
HSL180.85º92.21%30.2%-
HSV(B)180.85º95.95%58.04%-
XYZ15.722.7331.58-
YUV104.37152.6257.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2%
GREEN value IS 146 (57.42% from 255) = 48.67%
BLUE value IS 148 (58.20% from 255) = 49.33%
R=2%
G=48.67%
B=49.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61461480.960.0100.42180.8592.2130.2
Hex6929460102Ab55c1e
Octal6222224140105226513436
Binary110100100101001010011000001010101010110101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069294; }

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

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

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

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

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

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

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

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