#C6B4E1

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

Shades of Moon Raker #C6B4E1

Tints of Moon Raker #C6B4E1

Color information

#C6B4E1 (or 0xC6B4E1) is unknown color: approx Moon Raker. HEX triplet: C6, B4 and E1. RGB value is (198,180,225). Sum of RGB (Red+Green+Blue) = 198+180+225=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #C6B4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B4E1 is #394B1E. Grayscale: #BEBEBE. Windows color (decimal): -3754783 or 14791878. OLE color: 14791878.

HSL color Cylindrical-coordinate representation of color #C6B4E1: hue angle of 264º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6B4E1 is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB198180225-
CMYK0.120.200.12
HSL264º42.86%79.41%-
HSV(B)264º20%88.24%-
XYZ53.250.0878.1-
YUV190.51147.46133.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.84%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 225 (88.28% from 255) = 37.31%
R=32.84%
G=29.85%
B=37.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1981802250.120.200.1226442.8679.41
HexC6B4E1C140C1082b4f
Octal306264341142401441053117
Binary110001101011010011100001110010100011001000010001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B4E1; }

 p { color: rgb(198,180,225); }

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

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

 a { background-color: rgb(198,180,225); }

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

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

 span { border-color: rgb(198,180,225); }

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