#6fd5c6

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

Shades of Downy #6FD5C6

Tints of Downy #6FD5C6

Color information

#6FD5C6 (or 0x6FD5C6) is unknown color: approx Downy. HEX triplet: 6F, D5 and C6. RGB value is (111,213,198). Sum of RGB (Red+Green+Blue) = 111+213+198=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD5C6 is #902A39. Grayscale: #B4B4B4. Windows color (decimal): -9447994 or 13030767. OLE color: 13030767.

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

Color convert

RGB111213198-
CMYK0.4800.070.16
HSL171.18º54.84%63.53%-
HSV(B)171.18º47.89%83.53%-
XYZ40.5455.0561.91-
YUV180.79137.7178.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.26%
GREEN value IS 213 (83.59% from 255) = 40.80%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=21.26%
G=40.80%
B=37.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1112131980.4800.070.16171.1854.8463.53
Hex6FD5C6300710ab3740
Octal15732530660072025367100
Binary11011111101010111000110110000011110000101010111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fd5c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,213,198); }

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

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

 a { background-color: rgb(111,213,198); }

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

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

 span { border-color: rgb(111,213,198); }

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