#6FCDBA

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

Shades of Downy #6FCDBA

Tints of Downy #6FCDBA

Color information

#6FCDBA (or 0x6FCDBA) is unknown color: approx Downy. HEX triplet: 6F, CD and BA. RGB value is (111,205,186). Sum of RGB (Red+Green+Blue) = 111+205+186=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDBA is #903245. Grayscale: #AEAEAE. Windows color (decimal): -9450054 or 12242287. OLE color: 12242287.

HSL color Cylindrical-coordinate representation of color #6FCDBA: hue angle of 167.87º 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 #6FCDBA is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB111205186-
CMYK0.4600.090.20
HSL167.87º48.45%61.96%-
HSV(B)167.87º45.85%80.39%-
XYZ37.2550.5954.26-
YUV174.73134.3682.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.11%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=22.11%
G=40.84%
B=37.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1112051860.4600.090.20167.8748.4561.96
Hex6FCDBA2E0914a8303e
Octal15731527256011242506076
Binary11011111100110110111010101110010011010010101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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