#6BDDD1

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

Shades of Downy #6BDDD1

Tints of Downy #6BDDD1

Color information

#6BDDD1 (or 0x6BDDD1) is unknown color: approx Downy. HEX triplet: 6B, DD and D1. RGB value is (107,221,209). Sum of RGB (Red+Green+Blue) = 107+221+209=537 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.93% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDD1 is #94222E. Grayscale: #B9B9B9. Windows color (decimal): -9708079 or 13753707. OLE color: 13753707.

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

Color convert

RGB107221209-
CMYK0.5200.050.13
HSL173.68º62.64%64.31%-
HSV(B)173.68º51.58%86.67%-
XYZ43.4359.4469.51-
YUV185.55141.2371.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.93%
GREEN value IS 221 (86.72% from 255) = 41.15%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=19.93%
G=41.15%
B=38.92%

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
Decimal1072212090.5200.050.13173.6862.6464.31
Hex6BDDD13405Dae3f40
Octal15333532164051525677100
Binary1101011110111011101000111010001011101101011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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