#68DACF

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

Shades of Downy #68DACF

Tints of Downy #68DACF

Color information

#68DACF (or 0x68DACF) is unknown color: approx Downy. HEX triplet: 68, DA and CF. RGB value is (104,218,207). Sum of RGB (Red+Green+Blue) = 104+218+207=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #68DACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DACF is #972530. Grayscale: #B6B6B6. Windows color (decimal): -9905457 or 13621864. OLE color: 13621864.

HSL color Cylindrical-coordinate representation of color #68DACF: hue angle of 174.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DACF is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB104218207-
CMYK0.5200.050.15
HSL174.21º60.64%63.14%-
HSV(B)174.21º52.29%85.49%-
XYZ42.0457.5967.93-
YUV182.66141.7371.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.66%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=19.66%
G=41.21%
B=39.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042182070.5200.050.15174.2160.6463.14
Hex68DACF3405Fae3d3f
Octal1503323176405172567577
Binary110100011011010110011111101000101111110101110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68DACF; }

 p { color: rgb(104,218,207); }

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

<style>
 a { background-color: #68DACF; }

 a { background-color: rgb(104,218,207); }

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

<style>
 span { border-color: #68DACF; }

 span { border-color: rgb(104,218,207); }

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