Html Css Color HEX #069498 Dark Cyan

📋 copy color: '#069498'

red 6 ◦ green 148 ◦ blue 152

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

Shades of Dark Cyan #069498

Tints of Dark Cyan #069498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.37%

 BLUE value IS 152 (59.77% from 255) = 49.67%

R = 1.96%
G = 48.37%
B = 49.67%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#069498 (or 0x069498) is known color: Dark Cyan. HEX triplet: 06, 94 and 98. RGB value is (6,148,152). Sum of RGB (Red+Green+Blue) = 6+148+152=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #069498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069498 is #F96B67. Grayscale: #696969. Windows color (decimal): -16345960 or 9999366. OLE color: 9999366.

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

Color convert

RGB 6 148 152 -
CMYK 0.96 0.03 0 0.40
HSL 181.64º 0.92% 0.31% -
HSV(B) 181.64º 0.96% 0.6% -
XYZ 16.33 23.49 33.38 -
YUV 106 153.96 56.67 -
System Red Green Blue C M Y K H S L
Decimal 6 148 152 0.96 0.03 0 0.40 181.64 0.92 0.31
Hex 6 94 98 60 3 0 28 B6 5C 1F
Octal 6 224 230 140 3 0 50 266 134 37
Binary 110 10010100 10011000 1100000 11 0 101000 10110110 1011100 11111

Color Harmonies of #069498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069498

Black with #069498

Text Example


Text Example

White with #069498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069498; }

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

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

background-color css

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

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

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

border-color css

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

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

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