Html Css Color HEX #6CA2A0 Cadet Blue

📋 copy color: '#6CA2A0'

red 108 ◦ green 162 ◦ blue 160

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

Shades of Cadet Blue #6CA2A0

Tints of Cadet Blue #6CA2A0

RGB

 RED value IS 108 (42.58% from 255) = 25.12%

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

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

R = 25.12%
G = 37.67%
B = 37.21%

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

#6CA2A0 (or 0x6CA2A0) is known color: Cadet Blue. HEX triplet: 6C, A2 and A0. RGB value is (108,162,160). Sum of RGB (Red+Green+Blue) = 108+162+160=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA2A0 is #935D5F. Grayscale: #919191. Windows color (decimal): -9657696 or 10527340. OLE color: 10527340.

HSL color Cylindrical-coordinate representation of color #6CA2A0: hue angle of 177.78º 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 #6CA2A0 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 108 162 160 -
CMYK 0.33 0 0.01 0.36
HSL 177.78º 0.23% 0.53% -
HSV(B) 177.78º 0.33% 0.64% -
XYZ 25.45 31.57 38.01 -
YUV 145.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 108 162 160 0.33 0 0.01 0.36 177.78 0.23 0.53
Hex 6C A2 A0 21 0 1 24 B2 16 35
Octal 154 242 240 41 0 1 44 262 26 65
Binary 1101100 10100010 10100000 100001 0 1 100100 10110010 10110 110101

Color Harmonies of #6CA2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA2A0

Black with #6CA2A0

Text Example


Text Example

White with #6CA2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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