#6FD9C8

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

Shades of Downy #6FD9C8

Tints of Downy #6FD9C8

Color information

#6FD9C8 (or 0x6FD9C8) is unknown color: approx Downy. HEX triplet: 6F, D9 and C8. RGB value is (111,217,200). Sum of RGB (Red+Green+Blue) = 111+217+200=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD9C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD9C8 is #902637. Grayscale: #B7B7B7. Windows color (decimal): -9446968 or 13162863. OLE color: 13162863.

HSL color Cylindrical-coordinate representation of color #6FD9C8: hue angle of 170.38º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD9C8 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB111217200-
CMYK0.4900.080.15
HSL170.38º58.24%64.31%-
HSV(B)170.38º48.85%85.1%-
XYZ41.7957.1863.48-
YUV183.37137.3876.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.02%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 200 (78.52% from 255) = 37.88%
R=21.02%
G=41.10%
B=37.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1112172000.4900.080.15170.3858.2464.31
Hex6FD9C83108Faa3a40
Octal157331310610101725272100
Binary11011111101100111001000110001010001111101010101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,217,200); }

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

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

 a { background-color: rgb(111,217,200); }

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

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

 span { border-color: rgb(111,217,200); }

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