#6dcfbe

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

Shades of Downy #6DCFBE

Tints of Downy #6DCFBE

Color information

#6DCFBE (or 0x6DCFBE) is unknown color: approx Downy. HEX triplet: 6D, CF and BE. RGB value is (109,207,190). Sum of RGB (Red+Green+Blue) = 109+207+190=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFBE is #923041. Grayscale: #AFAFAF. Windows color (decimal): -9580610 or 12504941. OLE color: 12504941.

HSL color Cylindrical-coordinate representation of color #6DCFBE: hue angle of 169.59º 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 #6DCFBE is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB109207190-
CMYK0.4700.080.19
HSL169.59º50.52%61.96%-
HSV(B)169.59º47.34%81.18%-
XYZ37.9151.5956.68-
YUV175.76136.0380.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.54%
GREEN value IS 207 (81.25% from 255) = 40.91%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=21.54%
G=40.91%
B=37.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1092071900.4700.080.19169.5950.5261.96
Hex6DCFBE2F0813aa333e
Octal15531727657010232526376
Binary11011011100111110111110101111010001001110101010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6dcfbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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