#6FD5C1

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

Shades of Downy #6FD5C1

Tints of Downy #6FD5C1

Color information

#6FD5C1 (or 0x6FD5C1) is unknown color: approx Downy. HEX triplet: 6F, D5 and C1. RGB value is (111,213,193). Sum of RGB (Red+Green+Blue) = 111+213+193=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD5C1 is #902A3E. Grayscale: #B4B4B4. Windows color (decimal): -9447999 or 12703087. OLE color: 12703087.

HSL color Cylindrical-coordinate representation of color #6FD5C1: hue angle of 168.24º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD5C1 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB111213193-
CMYK0.4800.090.16
HSL168.24º54.84%63.53%-
HSV(B)168.24º47.89%83.53%-
XYZ39.9854.8258.93-
YUV180.22135.2178.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.47%
GREEN value IS 213 (83.59% from 255) = 41.20%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=21.47%
G=41.20%
B=37.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1112131930.4800.090.16168.2454.8463.53
Hex6FD5C1300910a83740
Octal157325301600112025067100
Binary110111111010101110000011100000100110000101010001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,213,193); }

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

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

 a { background-color: rgb(111,213,193); }

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

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

 span { border-color: rgb(111,213,193); }

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