#6BD6BA

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

Shades of Downy #6BD6BA

Tints of Downy #6BD6BA

Color information

#6BD6BA (or 0x6BD6BA) is unknown color: approx Downy. HEX triplet: 6B, D6 and BA. RGB value is (107,214,186). Sum of RGB (Red+Green+Blue) = 107+214+186=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD6BA is #942945. Grayscale: #B2B2B2. Windows color (decimal): -9709894 or 12244587. OLE color: 12244587.

HSL color Cylindrical-coordinate representation of color #6BD6BA: hue angle of 164.3º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD6BA is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB107214186-
CMYK0.5000.130.16
HSL164.3º56.61%62.94%-
HSV(B)164.3º50%83.92%-
XYZ38.9754.7654.97-
YUV178.82132.0576.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.10%
GREEN value IS 214 (83.98% from 255) = 42.21%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=21.10%
G=42.21%
B=36.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072141860.5000.130.16164.356.6162.94
Hex6BD6BA320D10a4393f
Octal15332627262015202447177
Binary11010111101011010111010110010011011000010100100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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