Html Css Color HEX #069297 Dark Cyan

📋 copy color: '#069297'

red 6 ◦ green 146 ◦ blue 151

#069297
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #069297

Tints of Dark Cyan #069297

RGB

 RED value IS 6 (2.73% from 255) = 1.98%

 GREEN value IS 146 (57.42% from 255) = 48.18%

 BLUE value IS 151 (59.38% from 255) = 49.83%

R = 1.98%
G = 48.18%
B = 49.83%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#069297 (or 0x069297) is known color: Dark Cyan. HEX triplet: 06, 92 and 97. RGB value is (6,146,151). Sum of RGB (Red+Green+Blue) = 6+146+151=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #069297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069297 is #F96D68. Grayscale: #686868. Windows color (decimal): -16346473 or 9933318. OLE color: 9933318.

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

Color convert

RGB 6 146 151 -
CMYK 0.96 0.03 0 0.41
HSL 182.07º 0.92% 0.31% -
HSV(B) 182.07º 0.96% 0.59% -
XYZ 15.94 22.83 32.84 -
YUV 104.71 154.12 57.59 -
System Red Green Blue C M Y K H S L
Decimal 6 146 151 0.96 0.03 0 0.41 182.07 0.92 0.31
Hex 6 92 97 60 3 0 29 B6 5C 1F
Octal 6 222 227 140 3 0 51 266 134 37
Binary 110 10010010 10010111 1100000 11 0 101001 10110110 1011100 11111

Color Harmonies of #069297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069297

Black with #069297

Text Example


Text Example

White with #069297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069297; }

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

 H1.HeaderClassName
 {
   color: #069297;
 }
 .AnyTagClassName
 {
   color: #069297;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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