#6FCFCB

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

Shades of Downy #6FCFCB

Tints of Downy #6FCFCB

Color information

#6FCFCB (or 0x6FCFCB) is unknown color: approx Downy. HEX triplet: 6F, CF and CB. RGB value is (111,207,203). Sum of RGB (Red+Green+Blue) = 111+207+203=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFCB is #903034. Grayscale: #B1B1B1. Windows color (decimal): -9449525 or 13356911. OLE color: 13356911.

HSL color Cylindrical-coordinate representation of color #6FCFCB: hue angle of 177.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFCB is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB111207203-
CMYK0.4600.020.19
HSL177.5º50%62.35%-
HSV(B)177.5º46.38%81.18%-
XYZ39.6552.3264.51-
YUV177.84142.280.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.31%
GREEN value IS 207 (81.25% from 255) = 39.73%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=21.31%
G=39.73%
B=38.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112072030.4600.020.19177.55062.35
Hex6FCFCB2E0213b2323e
Octal1573173135602232626276
Binary110111111001111110010111011100101001110110010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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