#6CA09F

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

Shades of Cadet Blue #6CA09F

Tints of Cadet Blue #6CA09F

Color information

#6CA09F (or 0x6CA09F) is unknown color: approx Cadet Blue. HEX triplet: 6C, A0 and 9F. RGB value is (108,160,159). Sum of RGB (Red+Green+Blue) = 108+160+159=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA09F is #935F60. Grayscale: #909090. Windows color (decimal): -9658209 or 10461292. OLE color: 10461292.

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

Color convert

RGB108160159-
CMYK0.3200.010.37
HSL178.85º21.49%52.55%-
HSV(B)178.85º32.5%62.75%-
XYZ25.0130.8337.43-
YUV144.34136.27102.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.29%
GREEN value IS 160 (62.89% from 255) = 37.47%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=25.29%
G=37.47%
B=37.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1081601590.3200.010.37178.8521.4952.55
Hex6CA09F200125b31535
Octal1542402374001452632565
Binary11011001010000010011111100000011001011011001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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