#6BA19C

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

Shades of Cadet Blue #6BA19C

Tints of Cadet Blue #6BA19C

Color information

#6BA19C (or 0x6BA19C) is unknown color: approx Cadet Blue. HEX triplet: 6B, A1 and 9C. RGB value is (107,161,156). Sum of RGB (Red+Green+Blue) = 107+161+156=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA19C is #945E63. Grayscale: #909090. Windows color (decimal): -9723492 or 10264939. OLE color: 10264939.

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

Color convert

RGB107161156-
CMYK0.3400.030.37
HSL174.44º22.31%52.55%-
HSV(B)174.44º33.54%63.14%-
XYZ24.8131.0236.13-
YUV144.28134.61101.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.24%
GREEN value IS 161 (63.28% from 255) = 37.97%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=25.24%
G=37.97%
B=36.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1071611560.3400.030.37174.4422.3152.55
Hex6BA19C220325ae1635
Octal1532412344203452562665
Binary110101110100001100111001000100111001011010111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,161,156); }

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

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

 a { background-color: rgb(107,161,156); }

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

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

 span { border-color: rgb(107,161,156); }

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