#6FCBBA

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

Shades of Downy #6FCBBA

Tints of Downy #6FCBBA

Color information

#6FCBBA (or 0x6FCBBA) is unknown color: approx Downy. HEX triplet: 6F, CB and BA. RGB value is (111,203,186). Sum of RGB (Red+Green+Blue) = 111+203+186=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBBA is #903445. Grayscale: #ADADAD. Windows color (decimal): -9450566 or 12241775. OLE color: 12241775.

HSL color Cylindrical-coordinate representation of color #6FCBBA: hue angle of 168.91º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCBBA is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB111203186-
CMYK0.4500.080.20
HSL168.91º46.94%61.57%-
HSV(B)168.91º45.32%79.61%-
XYZ36.7749.6454.1-
YUV173.55135.0283.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.2%
GREEN value IS 203 (79.69% from 255) = 40.6%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=22.2%
G=40.6%
B=37.2%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1112031860.4500.080.20168.9146.9461.57
Hex6FCBBA2D0814a92f3e
Octal15731327255010242515776
Binary11011111100101110111010101101010001010010101001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,203,186); }

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

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

 a { background-color: rgb(111,203,186); }

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

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

 span { border-color: rgb(111,203,186); }

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