#6BDED1

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

Shades of Downy #6BDED1

Tints of Downy #6BDED1

Color information

#6BDED1 (or 0x6BDED1) is unknown color: approx Downy. HEX triplet: 6B, DE and D1. RGB value is (107,222,209). Sum of RGB (Red+Green+Blue) = 107+222+209=538 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.89% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDED1 is #94212E. Grayscale: #BABABA. Windows color (decimal): -9707823 or 13753963. OLE color: 13753963.

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

Color convert

RGB107222209-
CMYK0.5200.060.13
HSL173.22º63.54%64.51%-
HSV(B)173.22º51.8%87.06%-
XYZ43.6959.9769.59-
YUV186.13140.971.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.89%
GREEN value IS 222 (87.11% from 255) = 41.26%
BLUE value IS 209 (82.03% from 255) = 38.85%
R=19.89%
G=41.26%
B=38.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072222090.5200.060.13173.2263.5464.51
Hex6BDED13406Dad4041
Octal153336321640615255100101
Binary11010111101111011010001110100011011011010110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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