#6FC9B9

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

Shades of Downy #6FC9B9

Tints of Downy #6FC9B9

Color information

#6FC9B9 (or 0x6FC9B9) is unknown color: approx Downy. HEX triplet: 6F, C9 and B9. RGB value is (111,201,185). Sum of RGB (Red+Green+Blue) = 111+201+185=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #6FC9B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC9B9 is #903646. Grayscale: #ACACAC. Windows color (decimal): -9451079 or 12175727. OLE color: 12175727.

HSL color Cylindrical-coordinate representation of color #6FC9B9: hue angle of 169.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FC9B9 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB111201185-
CMYK0.4500.080.21
HSL169.33º45.45%61.18%-
HSV(B)169.33º44.78%78.82%-
XYZ36.248.6653.38-
YUV172.27135.1884.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.33%
GREEN value IS 201 (78.91% from 255) = 40.44%
BLUE value IS 185 (72.66% from 255) = 37.22%
R=22.33%
G=40.44%
B=37.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112011850.4500.080.21169.3345.4561.18
Hex6FC9B92D0815a92d3d
Octal15731127155010252515575
Binary11011111100100110111001101101010001010110101001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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