#6FCDC9

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

Shades of Downy #6FCDC9

Tints of Downy #6FCDC9

Color information

#6FCDC9 (or 0x6FCDC9) is unknown color: approx Downy. HEX triplet: 6F, CD and C9. RGB value is (111,205,201). Sum of RGB (Red+Green+Blue) = 111+205+201=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDC9 is #903236. Grayscale: #B0B0B0. Windows color (decimal): -9450039 or 13225327. OLE color: 13225327.

HSL color Cylindrical-coordinate representation of color #6FCDC9: hue angle of 177.45º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCDC9 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB111205201-
CMYK0.4600.020.20
HSL177.45º48.45%61.96%-
HSV(B)177.45º45.85%80.39%-
XYZ38.9351.2663.1-
YUV176.44141.8681.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.47%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 201 (78.91% from 255) = 38.88%
R=21.47%
G=39.65%
B=38.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1112052010.4600.020.20177.4548.4561.96
Hex6FCDC92E0214b1303e
Octal1573153115602242616076
Binary110111111001101110010011011100101010010110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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