#6FCBC2

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

Shades of Downy #6FCBC2

Tints of Downy #6FCBC2

Color information

#6FCBC2 (or 0x6FCBC2) is unknown color: approx Downy. HEX triplet: 6F, CB and C2. RGB value is (111,203,194). Sum of RGB (Red+Green+Blue) = 111+203+194=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBC2 is #90343D. Grayscale: #AEAEAE. Windows color (decimal): -9450558 or 12766063. OLE color: 12766063.

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

Color convert

RGB111203194-
CMYK0.4500.040.20
HSL174.13º46.94%61.57%-
HSV(B)174.13º45.32%79.61%-
XYZ37.6549.9958.7-
YUV174.47139.0282.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.85%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 194 (76.17% from 255) = 38.19%
R=21.85%
G=39.96%
B=38.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1112031940.4500.040.20174.1346.9461.57
Hex6FCBC22D0414ae2f3e
Octal1573133025504242565776
Binary1101111110010111100001010110101001010010101110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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