#6BD8CD

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

Shades of Downy #6BD8CD

Tints of Downy #6BD8CD

Color information

#6BD8CD (or 0x6BD8CD) is unknown color: approx Downy. HEX triplet: 6B, D8 and CD. RGB value is (107,216,205). Sum of RGB (Red+Green+Blue) = 107+216+205=528 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.27% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD8CD is #942732. Grayscale: #B6B6B6. Windows color (decimal): -9709363 or 13490283. OLE color: 13490283.

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

Color convert

RGB107216205-
CMYK0.5000.050.15
HSL173.94º58.29%63.33%-
HSV(B)173.94º50.46%84.71%-
XYZ41.6456.6566.5-
YUV182.16140.8974.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.27%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=20.27%
G=40.91%
B=38.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072162050.5000.050.15173.9458.2963.33
Hex6BD8CD3205Fae3a3f
Octal1533303156205172567277
Binary110101111011000110011011100100101111110101110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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