#069298

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

Shades of Dark Cyan #069298

Tints of Dark Cyan #069298

Color information

#069298 (or 0x069298) is unknown color: approx Dark Cyan. HEX triplet: 06, 92 and 98. RGB value is (6,146,152). Sum of RGB (Red+Green+Blue) = 6+146+152=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #069298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069298 is #F96D67. Grayscale: #686868. Windows color (decimal): -16346472 or 9998854. OLE color: 9998854.

HSL color Cylindrical-coordinate representation of color #069298: hue angle of 182.47º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069298 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6146152-
CMYK0.960.0400.40
HSL182.47º92.41%30.98%-
HSV(B)182.47º96.05%59.61%-
XYZ16.0222.8633.27-
YUV104.82154.6257.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.97%
GREEN value IS 146 (57.42% from 255) = 48.03%
BLUE value IS 152 (59.77% from 255) = 50%
R=1.97%
G=48.03%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61461520.960.0400.40182.4792.4130.98
Hex69298604028b65c1f
Octal6222230140405026613437
Binary11010010010100110001100000100010100010110110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069298; }

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

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

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

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

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

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

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

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