Html Css Color HEX #6CA09F Cadet Blue

📋 copy color: '#6CA09F'

red 108 ◦ green 160 ◦ blue 159

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

Shades of Cadet Blue #6CA09F

Tints of Cadet Blue #6CA09F

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 value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#6CA09F (or 0x6CA09F) is known color: 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

RGB 108 160 159 -
CMYK 0.32 0 0.01 0.37
HSL 178.85º 0.21% 0.53% -
HSV(B) 178.85º 0.33% 0.63% -
XYZ 25.01 30.83 37.43 -
YUV 144.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 108 160 159 0.32 0 0.01 0.37 178.85 0.21 0.53
Hex 6C A0 9F 20 0 1 25 B3 15 35
Octal 154 240 237 40 0 1 45 263 25 65
Binary 1101100 10100000 10011111 100000 0 1 100101 10110011 10101 110101

Color Harmonies of #6CA09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA09F

Black with #6CA09F

Text Example


Text Example

White with #6CA09F

Text Example


Text Example

HTML Codes & Css Web 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>