#6BDED2

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

Shades of Downy #6BDED2

Tints of Downy #6BDED2

Color information

#6BDED2 (or 0x6BDED2) is unknown color: approx Downy. HEX triplet: 6B, DE and D2. RGB value is (107,222,210). Sum of RGB (Red+Green+Blue) = 107+222+210=539 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.85% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDED2 is #94212D. Grayscale: #BABABA. Windows color (decimal): -9707822 or 13819499. OLE color: 13819499.

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

Color convert

RGB107222210-
CMYK0.5200.050.13
HSL173.74º63.54%64.51%-
HSV(B)173.74º51.8%87.06%-
XYZ43.8260.0270.25-
YUV186.25141.471.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.85%
GREEN value IS 222 (87.11% from 255) = 41.19%
BLUE value IS 210 (82.42% from 255) = 38.96%
R=19.85%
G=41.19%
B=38.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072222100.5200.050.13173.7463.5464.51
Hex6BDED23405Dae4041
Octal153336322640515256100101
Binary11010111101111011010010110100010111011010111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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