#6FDCCB

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

Shades of Downy #6FDCCB

Tints of Downy #6FDCCB

Color information

#6FDCCB (or 0x6FDCCB) is unknown color: approx Downy. HEX triplet: 6F, DC and CB. RGB value is (111,220,203). Sum of RGB (Red+Green+Blue) = 111+220+203=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCCB is #902334. Grayscale: #B9B9B9. Windows color (decimal): -9446197 or 13360239. OLE color: 13360239.

HSL color Cylindrical-coordinate representation of color #6FDCCB: hue angle of 170.64º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCCB is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB111220203-
CMYK0.5000.080.14
HSL170.64º60.89%64.9%-
HSV(B)170.64º49.55%86.27%-
XYZ42.9358.8865.6-
YUV185.47137.8974.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.79%
GREEN value IS 220 (86.33% from 255) = 41.20%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=20.79%
G=41.20%
B=38.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1112202030.5000.080.14170.6460.8964.9
Hex6FDCCB3208Eab3d41
Octal157334313620101625375101
Binary11011111101110011001011110010010001110101010111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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