#6CA29F

Color #6CA29F Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #6CA29F

Tints of Cadet Blue #6CA29F

Color information

#6CA29F (or 0x6CA29F) is unknown color: approx Cadet Blue. HEX triplet: 6C, A2 and 9F. RGB value is (108,162,159). Sum of RGB (Red+Green+Blue) = 108+162+159=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA29F is #935D60. Grayscale: #919191. Windows color (decimal): -9657697 or 10461804. OLE color: 10461804.

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

Color convert

RGB108162159-
CMYK0.3300.020.36
HSL176.67º22.5%52.94%-
HSV(B)176.67º33.33%63.53%-
XYZ25.3631.5337.55-
YUV145.51135.61101.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.17%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=25.17%
G=37.76%
B=37.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081621590.3300.020.36176.6722.552.94
Hex6CA29F210224b11735
Octal1542422374102442612765
Binary110110010100010100111111000010101001001011000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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