#6954C4

Color #6954C4 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6954C4

Tints of Slate Blue #6954C4

Color information

#6954C4 (or 0x6954C4) is unknown color: approx Slate Blue. HEX triplet: 69, 54 and C4. RGB value is (105,84,196). Sum of RGB (Red+Green+Blue) = 105+84+196=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #6954C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6954C4 is #96AB3B. Grayscale: #666666. Windows color (decimal): -9874236 or 12866665. OLE color: 12866665.

HSL color Cylindrical-coordinate representation of color #6954C4: hue angle of 251.25º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6954C4 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10584196-
CMYK0.460.5700.23
HSL251.25º48.7%54.9%-
HSV(B)251.25º57.14%76.86%-
XYZ18.9613.3353.8-
YUV103.05180.46129.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 196 (76.95% from 255) = 50.91%
R=27.27%
G=21.82%
B=50.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal105841960.460.5700.23251.2548.754.9
Hex6954C42E39017fb3137
Octal15112430456710273736167
Binary110100110101001100010010111011100101011111111011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6954C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6954C4; }

 p { color: rgb(105,84,196); }

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

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

 a { background-color: rgb(105,84,196); }

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

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

 span { border-color: rgb(105,84,196); }

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