#6DCFB4

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

Shades of Downy #6DCFB4

Tints of Downy #6DCFB4

Color information

#6DCFB4 (or 0x6DCFB4) is unknown color: approx Downy. HEX triplet: 6D, CF and B4. RGB value is (109,207,180). Sum of RGB (Red+Green+Blue) = 109+207+180=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFB4 is #92304B. Grayscale: #AEAEAE. Windows color (decimal): -9580620 or 11849581. OLE color: 11849581.

HSL color Cylindrical-coordinate representation of color #6DCFB4: hue angle of 163.47º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCFB4 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB109207180-
CMYK0.4700.130.19
HSL163.47º50.52%61.96%-
HSV(B)163.47º47.34%81.18%-
XYZ36.8651.1751.11-
YUV174.62131.0381.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.98%
GREEN value IS 207 (81.25% from 255) = 41.73%
BLUE value IS 180 (70.70% from 255) = 36.29%
R=21.98%
G=41.73%
B=36.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1092071800.4700.130.19163.4750.5261.96
Hex6DCFB42F0D13a3333e
Octal15531726457015232436376
Binary11011011100111110110100101111011011001110100011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,207,180); }

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

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

 a { background-color: rgb(109,207,180); }

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

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

 span { border-color: rgb(109,207,180); }

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