#6FDAC4

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

Shades of Downy #6FDAC4

Tints of Downy #6FDAC4

Color information

#6FDAC4 (or 0x6FDAC4) is unknown color: approx Downy. HEX triplet: 6F, DA and C4. RGB value is (111,218,196). Sum of RGB (Red+Green+Blue) = 111+218+196=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAC4 is #90253B. Grayscale: #B7B7B7. Windows color (decimal): -9446716 or 12900975. OLE color: 12900975.

HSL color Cylindrical-coordinate representation of color #6FDAC4: hue angle of 167.66º 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 #6FDAC4 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB111218196-
CMYK0.4900.100.15
HSL167.66º59.12%64.51%-
HSV(B)167.66º49.08%85.49%-
XYZ41.5957.5161.13-
YUV183.5135.0576.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.14%
GREEN value IS 218 (85.55% from 255) = 41.52%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=21.14%
G=41.52%
B=37.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1112181960.4900.100.15167.6659.1264.51
Hex6FDAC4310AFa83b41
Octal157332304610121725073101
Binary11011111101101011000100110001010101111101010001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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