#6bdec6

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

Shades of Downy #6BDEC6

Tints of Downy #6BDEC6

Color information

#6BDEC6 (or 0x6BDEC6) is unknown color: approx Downy. HEX triplet: 6B, DE and C6. RGB value is (107,222,198). Sum of RGB (Red+Green+Blue) = 107+222+198=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDEC6 is #942139. Grayscale: #B8B8B8. Windows color (decimal): -9707834 or 13033067. OLE color: 13033067.

HSL color Cylindrical-coordinate representation of color #6BDEC6: hue angle of 167.48º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDEC6 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB107222198-
CMYK0.5200.110.13
HSL167.48º63.54%64.51%-
HSV(B)167.48º51.8%87.06%-
XYZ42.3859.4562.67-
YUV184.88135.472.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.30%
GREEN value IS 222 (87.11% from 255) = 42.13%
BLUE value IS 198 (77.73% from 255) = 37.57%
R=20.30%
G=42.13%
B=37.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072221980.5200.110.13167.4863.5464.51
Hex6BDEC6340BDa74041
Octal1533363066401315247100101
Binary110101111011110110001101101000101111011010011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bdec6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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