#6BC6BA

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

Shades of Downy #6BC6BA

Tints of Downy #6BC6BA

Color information

#6BC6BA (or 0x6BC6BA) is unknown color: approx Downy. HEX triplet: 6B, C6 and BA. RGB value is (107,198,186). Sum of RGB (Red+Green+Blue) = 107+198+186=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #6BC6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC6BA is #943945. Grayscale: #A9A9A9. Windows color (decimal): -9713990 or 12240491. OLE color: 12240491.

HSL color Cylindrical-coordinate representation of color #6BC6BA: hue angle of 172.09º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC6BA is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB107198186-
CMYK0.4600.060.22
HSL172.09º44.39%59.8%-
HSV(B)172.09º45.96%77.65%-
XYZ35.1247.0653.69-
YUV169.42137.3583.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.79%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=21.79%
G=40.33%
B=37.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1071981860.4600.060.22172.0944.3959.8
Hex6BC6BA2E0616ac2c3c
Octal1533062725606262545474
Binary1101011110001101011101010111001101011010101100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,198,186); }

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

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

 a { background-color: rgb(107,198,186); }

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

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

 span { border-color: rgb(107,198,186); }

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