#6FCDBB

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

Shades of Downy #6FCDBB

Tints of Downy #6FCDBB

Color information

#6FCDBB (or 0x6FCDBB) is unknown color: approx Downy. HEX triplet: 6F, CD and BB. RGB value is (111,205,187). Sum of RGB (Red+Green+Blue) = 111+205+187=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDBB is #903244. Grayscale: #AEAEAE. Windows color (decimal): -9450053 or 12307823. OLE color: 12307823.

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

Color convert

RGB111205187-
CMYK0.4600.090.20
HSL168.51º48.45%61.96%-
HSV(B)168.51º45.85%80.39%-
XYZ37.3650.6354.82-
YUV174.84134.8682.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.07%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=22.07%
G=40.76%
B=37.18%

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
Decimal1112051870.4600.090.20168.5148.4561.96
Hex6FCDBB2E0914a9303e
Octal15731527356011242516076
Binary11011111100110110111011101110010011010010101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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