#6FC9BB

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

Shades of Downy #6FC9BB

Tints of Downy #6FC9BB

Color information

#6FC9BB (or 0x6FC9BB) is unknown color: approx Downy. HEX triplet: 6F, C9 and BB. RGB value is (111,201,187). Sum of RGB (Red+Green+Blue) = 111+201+187=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #6FC9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC9BB is #903644. Grayscale: #ACACAC. Windows color (decimal): -9451077 or 12306799. OLE color: 12306799.

HSL color Cylindrical-coordinate representation of color #6FC9BB: hue angle of 170.67º 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 #6FC9BB is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB111201187-
CMYK0.4500.070.21
HSL170.67º45.45%61.18%-
HSV(B)170.67º44.78%78.82%-
XYZ36.4148.7454.5-
YUV172.49136.1884.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.24%
GREEN value IS 201 (78.91% from 255) = 40.28%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=22.24%
G=40.28%
B=37.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112011870.4500.070.21170.6745.4561.18
Hex6FC9BB2D0715ab2d3d
Octal1573112735507252535575
Binary1101111110010011011101110110101111010110101011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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