#6FD6CD

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

Shades of Downy #6FD6CD

Tints of Downy #6FD6CD

Color information

#6FD6CD (or 0x6FD6CD) is unknown color: approx Downy. HEX triplet: 6F, D6 and CD. RGB value is (111,214,205). Sum of RGB (Red+Green+Blue) = 111+214+205=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD6CD is #902932. Grayscale: #B6B6B6. Windows color (decimal): -9447731 or 13489775. OLE color: 13489775.

HSL color Cylindrical-coordinate representation of color #6FD6CD: hue angle of 174.76º 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 #6FD6CD is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB111214205-
CMYK0.4800.040.16
HSL174.76º55.68%63.73%-
HSV(B)174.76º48.13%83.92%-
XYZ41.6255.8866.35-
YUV182.18140.8877.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.94%
GREEN value IS 214 (83.98% from 255) = 40.38%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=20.94%
G=40.38%
B=38.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1112142050.4800.040.16174.7655.6863.73
Hex6FD6CD300410af3840
Octal15732631560042025770100
Binary11011111101011011001101110000010010000101011111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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