Html Css Color HEX #6DA2A0 Cadet Blue

📋 copy color: '#6DA2A0'

red 109 ◦ green 162 ◦ blue 160

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

Shades of Cadet Blue #6DA2A0

Tints of Cadet Blue #6DA2A0

RGB

 RED value IS 109 (42.97% from 255) = 25.29%

 GREEN value IS 162 (63.67% from 255) = 37.59%

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 25.29%
G = 37.59%
B = 37.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#6DA2A0 (or 0x6DA2A0) is known color: Cadet Blue. HEX triplet: 6D, A2 and A0. RGB value is (109,162,160). Sum of RGB (Red+Green+Blue) = 109+162+160=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA2A0 is #925D5F. Grayscale: #919191. Windows color (decimal): -9592160 or 10527341. OLE color: 10527341.

HSL color Cylindrical-coordinate representation of color #6DA2A0: hue angle of 177.74º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6DA2A0 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 109 162 160 -
CMYK 0.33 0 0.01 0.36
HSL 177.74º 0.22% 0.53% -
HSV(B) 177.74º 0.33% 0.64% -
XYZ 25.57 31.63 38.02 -
YUV 145.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 109 162 160 0.33 0 0.01 0.36 177.74 0.22 0.53
Hex 6D A2 A0 21 0 1 24 B2 16 35
Octal 155 242 240 41 0 1 44 262 26 65
Binary 1101101 10100010 10100000 100001 0 1 100100 10110010 10110 110101

Color Harmonies of #6DA2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA2A0

Black with #6DA2A0

Text Example


Text Example

White with #6DA2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DA2A0; }

 p { color: rgb(109,162,160); }

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

background-color css

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

 a { background-color: rgb(109,162,160); }

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

border-color css

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

 span { border-color: rgb(109,162,160); }

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