#6FD6CA

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

Shades of Downy #6FD6CA

Tints of Downy #6FD6CA

Color information

#6FD6CA (or 0x6FD6CA) is unknown color: approx Downy. HEX triplet: 6F, D6 and CA. RGB value is (111,214,202). Sum of RGB (Red+Green+Blue) = 111+214+202=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD6CA is #902935. Grayscale: #B5B5B5. Windows color (decimal): -9447734 or 13293167. OLE color: 13293167.

HSL color Cylindrical-coordinate representation of color #6FD6CA: hue angle of 173.01º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD6CA is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB111214202-
CMYK0.4800.060.16
HSL173.01º55.68%63.73%-
HSV(B)173.01º48.13%83.92%-
XYZ41.2655.7464.46-
YUV181.83139.3877.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.06%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=21.06%
G=40.61%
B=38.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1112142020.4800.060.16173.0155.6863.73
Hex6FD6CA300610ad3840
Octal15732631260062025570100
Binary11011111101011011001010110000011010000101011011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,214,202); }

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

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

 a { background-color: rgb(111,214,202); }

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

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

 span { border-color: rgb(111,214,202); }

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