#6BD8C5

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

Shades of Downy #6BD8C5

Tints of Downy #6BD8C5

Color information

#6BD8C5 (or 0x6BD8C5) is unknown color: approx Downy. HEX triplet: 6B, D8 and C5. RGB value is (107,216,197). Sum of RGB (Red+Green+Blue) = 107+216+197=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD8C5 is #94273A. Grayscale: #B5B5B5. Windows color (decimal): -9709371 or 12965995. OLE color: 12965995.

HSL color Cylindrical-coordinate representation of color #6BD8C5: hue angle of 169.54º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD8C5 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB107216197-
CMYK0.5000.090.15
HSL169.54º58.29%63.33%-
HSV(B)169.54º50.46%84.71%-
XYZ40.756.2761.54-
YUV181.24136.8975.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.58%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 197 (77.34% from 255) = 37.88%
R=20.58%
G=41.54%
B=37.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072161970.5000.090.15169.5458.2963.33
Hex6BD8C53209Faa3a3f
Octal15333030562011172527277
Binary1101011110110001100010111001001001111110101010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,216,197); }

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

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

 a { background-color: rgb(107,216,197); }

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

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

 span { border-color: rgb(107,216,197); }

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