#6BA09B

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

Shades of Cadet Blue #6BA09B

Tints of Cadet Blue #6BA09B

Color information

#6BA09B (or 0x6BA09B) is unknown color: approx Cadet Blue. HEX triplet: 6B, A0 and 9B. RGB value is (107,160,155). Sum of RGB (Red+Green+Blue) = 107+160+155=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA09B is #945F64. Grayscale: #8F8F8F. Windows color (decimal): -9723749 or 10199147. OLE color: 10199147.

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

Color convert

RGB107160155-
CMYK0.3300.030.37
HSL174.34º21.81%52.35%-
HSV(B)174.34º33.13%62.75%-
XYZ24.5530.6335.63-
YUV143.58134.44101.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.36%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=25.36%
G=37.91%
B=36.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1071601550.3300.030.37174.3421.8152.35
Hex6BA09B210325ae1634
Octal1532402334103452562664
Binary110101110100000100110111000010111001011010111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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