#6BCCBA

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

Shades of Downy #6BCCBA

Tints of Downy #6BCCBA

Color information

#6BCCBA (or 0x6BCCBA) is unknown color: approx Downy. HEX triplet: 6B, CC and BA. RGB value is (107,204,186). Sum of RGB (Red+Green+Blue) = 107+204+186=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCBA is #943345. Grayscale: #ACACAC. Windows color (decimal): -9712454 or 12242027. OLE color: 12242027.

HSL color Cylindrical-coordinate representation of color #6BCCBA: hue angle of 168.87º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCCBA is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB107204186-
CMYK0.4800.090.2
HSL168.87º48.74%60.98%-
HSV(B)168.87º47.55%80%-
XYZ36.5249.8654.15-
YUV172.94135.3680.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.53%
GREEN value IS 204 (80.08% from 255) = 41.05%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=21.53%
G=41.05%
B=37.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1072041860.4800.090.2168.8748.7460.98
Hex6BCCBA300914a9313d
Octal15331427260011242516175
Binary11010111100110010111010110000010011010010101001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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