#C6C1EC

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

Shades of Melrose #C6C1EC

Tints of Melrose #C6C1EC

Color information

#C6C1EC (or 0xC6C1EC) is unknown color: approx Melrose. HEX triplet: C6, C1 and EC. RGB value is (198,193,236). Sum of RGB (Red+Green+Blue) = 198+193+236=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C1EC is #393E13. Grayscale: #C7C7C7. Windows color (decimal): -3751444 or 15516102. OLE color: 15516102.

HSL color Cylindrical-coordinate representation of color #C6C1EC: hue angle of 246.98º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6C1EC is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198193236-
CMYK0.160.1800.07
HSL246.98º53.09%84.12%-
HSV(B)246.98º18.22%92.55%-
XYZ57.556.287.17-
YUV199.4148.66127-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.58%
GREEN value IS 193 (75.78% from 255) = 30.78%
BLUE value IS 236 (92.58% from 255) = 37.64%
R=31.58%
G=30.78%
B=37.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981932360.160.1800.07246.9853.0984.12
HexC6C1EC101207f73554
Octal30630135420220736765124
Binary11000110110000011110110010000100100111111101111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C1EC; }

 p { color: rgb(198,193,236); }

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

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

 a { background-color: rgb(198,193,236); }

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

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

 span { border-color: rgb(198,193,236); }

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