#6BDEBD

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

Shades of Downy #6BDEBD

Tints of Downy #6BDEBD

Color information

#6BDEBD (or 0x6BDEBD) is unknown color: approx Downy. HEX triplet: 6B, DE and BD. RGB value is (107,222,189). Sum of RGB (Red+Green+Blue) = 107+222+189=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDEBD is #942142. Grayscale: #B7B7B7. Windows color (decimal): -9707843 or 12443243. OLE color: 12443243.

HSL color Cylindrical-coordinate representation of color #6BDEBD: hue angle of 162.78º 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 #6BDEBD is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB107222189-
CMYK0.5200.150.13
HSL162.78º63.54%64.51%-
HSV(B)162.78º51.8%87.06%-
XYZ41.3759.0457.36-
YUV183.85130.973.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.66%
GREEN value IS 222 (87.11% from 255) = 42.86%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=20.66%
G=42.86%
B=36.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072221890.5200.150.13162.7863.5464.51
Hex6BDEBD340FDa34041
Octal1533362756401715243100101
Binary110101111011110101111011101000111111011010001110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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