#6DDBCA

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

Shades of Downy #6DDBCA

Tints of Downy #6DDBCA

Color information

#6DDBCA (or 0x6DDBCA) is unknown color: approx Downy. HEX triplet: 6D, DB and CA. RGB value is (109,219,202). Sum of RGB (Red+Green+Blue) = 109+219+202=530 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.57% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBCA is #922435. Grayscale: #B8B8B8. Windows color (decimal): -9577526 or 13294445. OLE color: 13294445.

HSL color Cylindrical-coordinate representation of color #6DDBCA: hue angle of 170.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDBCA is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB109219202-
CMYK0.5000.080.14
HSL170.73º60.44%64.31%-
HSV(B)170.73º50.23%85.88%-
XYZ42.358.1864.88-
YUV184.17138.0674.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.57%
GREEN value IS 219 (85.94% from 255) = 41.32%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=20.57%
G=41.32%
B=38.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092192020.5000.080.14170.7360.4464.31
Hex6DDBCA3208Eab3c40
Octal155333312620101625374100
Binary11011011101101111001010110010010001110101010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,219,202); }

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

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

 a { background-color: rgb(109,219,202); }

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

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

 span { border-color: rgb(109,219,202); }

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