#6FD7C1

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

Shades of Downy #6FD7C1

Tints of Downy #6FD7C1

Color information

#6FD7C1 (or 0x6FD7C1) is unknown color: approx Downy. HEX triplet: 6F, D7 and C1. RGB value is (111,215,193). Sum of RGB (Red+Green+Blue) = 111+215+193=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD7C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD7C1 is #90283E. Grayscale: #B5B5B5. Windows color (decimal): -9447487 or 12703599. OLE color: 12703599.

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

Color convert

RGB111215193-
CMYK0.4800.100.16
HSL167.31º56.52%63.92%-
HSV(B)167.31º48.37%84.31%-
XYZ40.4855.8359.09-
YUV181.4134.5477.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.39%
GREEN value IS 215 (84.38% from 255) = 41.43%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=21.39%
G=41.43%
B=37.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1112151930.4800.100.16167.3156.5263.92
Hex6FD7C1300A10a73940
Octal157327301600122024771100
Binary110111111010111110000011100000101010000101001111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,215,193); }

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

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

 a { background-color: rgb(111,215,193); }

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

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

 span { border-color: rgb(111,215,193); }

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