#6CA09B

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

Shades of Cadet Blue #6CA09B

Tints of Cadet Blue #6CA09B

Color information

#6CA09B (or 0x6CA09B) is unknown color: approx Cadet Blue. HEX triplet: 6C, A0 and 9B. RGB value is (108,160,155). Sum of RGB (Red+Green+Blue) = 108+160+155=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA09B is #935F64. Grayscale: #8F8F8F. Windows color (decimal): -9658213 or 10199148. OLE color: 10199148.

HSL color Cylindrical-coordinate representation of color #6CA09B: hue angle of 174.23º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6CA09B is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB108160155-
CMYK0.3200.030.37
HSL174.23º21.49%52.55%-
HSV(B)174.23º32.5%62.75%-
XYZ24.6730.735.64-
YUV143.88134.27102.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.53%
GREEN value IS 160 (62.89% from 255) = 37.83%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=25.53%
G=37.83%
B=36.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1081601550.3200.030.37174.2321.4952.55
Hex6CA09B200325ae1535
Octal1542402334003452562565
Binary110110010100000100110111000000111001011010111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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