#6BA29D

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

Shades of Cadet Blue #6BA29D

Tints of Cadet Blue #6BA29D

Color information

#6BA29D (or 0x6BA29D) is unknown color: approx Cadet Blue. HEX triplet: 6B, A2 and 9D. RGB value is (107,162,157). Sum of RGB (Red+Green+Blue) = 107+162+157=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA29D is #945D62. Grayscale: #909090. Windows color (decimal): -9723235 or 10330731. OLE color: 10330731.

HSL color Cylindrical-coordinate representation of color #6BA29D: hue angle of 174.55º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA29D is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB107162157-
CMYK0.3400.030.36
HSL174.55º22.82%52.75%-
HSV(B)174.55º33.95%63.53%-
XYZ25.0731.436.64-
YUV144.98134.78100.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.12%
GREEN value IS 162 (63.67% from 255) = 38.03%
BLUE value IS 157 (61.72% from 255) = 36.85%
R=25.12%
G=38.03%
B=36.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071621570.3400.030.36174.5522.8252.75
Hex6BA29D220324af1735
Octal1532422354203442572765
Binary110101110100010100111011000100111001001010111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,162,157); }

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

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

 a { background-color: rgb(107,162,157); }

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

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

 span { border-color: rgb(107,162,157); }

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