#6BD6BD

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

Shades of Downy #6BD6BD

Tints of Downy #6BD6BD

Color information

#6BD6BD (or 0x6BD6BD) is unknown color: approx Downy. HEX triplet: 6B, D6 and BD. RGB value is (107,214,189). Sum of RGB (Red+Green+Blue) = 107+214+189=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD6BD is #942942. Grayscale: #B3B3B3. Windows color (decimal): -9709891 or 12441195. OLE color: 12441195.

HSL color Cylindrical-coordinate representation of color #6BD6BD: hue angle of 165.98º 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 #6BD6BD is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB107214189-
CMYK0.5000.120.16
HSL165.98º56.61%62.94%-
HSV(B)165.98º50%83.92%-
XYZ39.354.8956.67-
YUV179.16133.5576.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.98%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=20.98%
G=41.96%
B=37.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072141890.5000.120.16165.9856.6162.94
Hex6BD6BD320C10a6393f
Octal15332627562014202467177
Binary11010111101011010111101110010011001000010100110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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