#6BD7CD

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

Shades of Downy #6BD7CD

Tints of Downy #6BD7CD

Color information

#6BD7CD (or 0x6BD7CD) is unknown color: approx Downy. HEX triplet: 6B, D7 and CD. RGB value is (107,215,205). Sum of RGB (Red+Green+Blue) = 107+215+205=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD7CD is #942832. Grayscale: #B5B5B5. Windows color (decimal): -9709619 or 13490027. OLE color: 13490027.

HSL color Cylindrical-coordinate representation of color #6BD7CD: hue angle of 174.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD7CD is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB107215205-
CMYK0.5000.050.16
HSL174.44º57.45%63.14%-
HSV(B)174.44º50.23%84.31%-
XYZ41.3856.1366.41-
YUV181.57141.2274.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.30%
GREEN value IS 215 (84.38% from 255) = 40.80%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=20.30%
G=40.80%
B=38.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072152050.5000.050.16174.4457.4563.14
Hex6BD7CD320510ae393f
Octal1533273156205202567177
Binary1101011110101111100110111001001011000010101110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,215,205); }

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

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

 a { background-color: rgb(107,215,205); }

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

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

 span { border-color: rgb(107,215,205); }

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