#6DF1B4

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

Shades of Downy #6DF1B4

Tints of Downy #6DF1B4

Color information

#6DF1B4 (or 0x6DF1B4) is unknown color: approx Downy. HEX triplet: 6D, F1 and B4. RGB value is (109,241,180). Sum of RGB (Red+Green+Blue) = 109+241+180=530 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.57% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF1B4 is #920E4B. Grayscale: #C2C2C2. Windows color (decimal): -9571916 or 11858285. OLE color: 11858285.

HSL color Cylindrical-coordinate representation of color #6DF1B4: hue angle of 152.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF1B4 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB109241180-
CMYK0.5500.250.05
HSL152.27º82.5%68.63%-
HSV(B)152.27º54.77%94.51%-
XYZ4669.4654.16-
YUV194.58119.7766.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.57%
GREEN value IS 241 (94.53% from 255) = 45.47%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=20.57%
G=45.47%
B=33.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1092411800.5500.250.05152.2782.568.63
Hex6DF1B4370195985245
Octal155361264670315230122105
Binary110110111110001101101001101110110011011001100010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DF1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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