#6FDAC0

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

Shades of Downy #6FDAC0

Tints of Downy #6FDAC0

Color information

#6FDAC0 (or 0x6FDAC0) is unknown color: approx Downy. HEX triplet: 6F, DA and C0. RGB value is (111,218,192). Sum of RGB (Red+Green+Blue) = 111+218+192=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAC0 is #90253F. Grayscale: #B7B7B7. Windows color (decimal): -9446720 or 12638831. OLE color: 12638831.

HSL color Cylindrical-coordinate representation of color #6FDAC0: hue angle of 165.42º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDAC0 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB111218192-
CMYK0.4900.120.15
HSL165.42º59.12%64.51%-
HSV(B)165.42º49.08%85.49%-
XYZ41.1457.3358.77-
YUV183.04133.0576.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.31%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=21.31%
G=41.84%
B=36.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1112181920.4900.120.15165.4259.1264.51
Hex6FDAC0310CFa53b41
Octal157332300610141724573101
Binary11011111101101011000000110001011001111101001011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,218,192); }

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

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

 a { background-color: rgb(111,218,192); }

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

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

 span { border-color: rgb(111,218,192); }

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