#6fdcc8

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

Shades of Downy #6FDCC8

Tints of Downy #6FDCC8

Color information

#6FDCC8 (or 0x6FDCC8) is unknown color: approx Downy. HEX triplet: 6F, DC and C8. RGB value is (111,220,200). Sum of RGB (Red+Green+Blue) = 111+220+200=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCC8 is #902337. Grayscale: #B9B9B9. Windows color (decimal): -9446200 or 13163631. OLE color: 13163631.

HSL color Cylindrical-coordinate representation of color #6FDCC8: hue angle of 168.99º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCC8 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB111220200-
CMYK0.5000.090.14
HSL168.99º60.89%64.9%-
HSV(B)168.99º49.55%86.27%-
XYZ42.5758.7463.74-
YUV185.13136.3975.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.90%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=20.90%
G=41.43%
B=37.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1112202000.5000.090.14168.9960.8964.9
Hex6FDCC83209Ea93d41
Octal157334310620111625175101
Binary11011111101110011001000110010010011110101010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fdcc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,220,200); }

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

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

 a { background-color: rgb(111,220,200); }

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

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

 span { border-color: rgb(111,220,200); }

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