#6FD6C9

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

Shades of Downy #6FD6C9

Tints of Downy #6FD6C9

Color information

#6FD6C9 (or 0x6FD6C9) is unknown color: approx Downy. HEX triplet: 6F, D6 and C9. RGB value is (111,214,201). Sum of RGB (Red+Green+Blue) = 111+214+201=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD6C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD6C9 is #902936. Grayscale: #B5B5B5. Windows color (decimal): -9447735 or 13227631. OLE color: 13227631.

HSL color Cylindrical-coordinate representation of color #6FD6C9: hue angle of 172.43º degrees, saturation: 0.56, 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 #6FD6C9 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB111214201-
CMYK0.4800.060.16
HSL172.43º55.68%63.73%-
HSV(B)172.43º48.13%83.92%-
XYZ41.1455.6963.84-
YUV181.72138.8877.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.10%
GREEN value IS 214 (83.98% from 255) = 40.68%
BLUE value IS 201 (78.91% from 255) = 38.21%
R=21.10%
G=40.68%
B=38.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1112142010.4800.060.16172.4355.6863.73
Hex6FD6C9300610ac3840
Octal15732631160062025470100
Binary11011111101011011001001110000011010000101011001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,214,201); }

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

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

 a { background-color: rgb(111,214,201); }

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

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

 span { border-color: rgb(111,214,201); }

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