#6354BF

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

Shades of Slate Blue #6354BF

Tints of Slate Blue #6354BF

Color information

#6354BF (or 0x6354BF) is unknown color: approx Slate Blue. HEX triplet: 63, 54 and BF. RGB value is (99,84,191). Sum of RGB (Red+Green+Blue) = 99+84+191=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #6354BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6354BF is #9CAB40. Grayscale: #646464. Windows color (decimal): -10267457 or 12538979. OLE color: 12538979.

HSL color Cylindrical-coordinate representation of color #6354BF: hue angle of 248.41º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6354BF is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9984191-
CMYK0.480.5600.25
HSL248.41º45.53%53.92%-
HSV(B)248.41º56.02%74.9%-
XYZ17.7212.7550.82-
YUV100.68178.97126.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 191 (75% from 255) = 51.07%
R=26.47%
G=22.46%
B=51.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99841910.480.5600.25248.4145.5353.92
Hex6354BF3038019f82e36
Octal14312427760700313705666
Binary110001110101001011111111000011100001100111111000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6354BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6354BF; }

 p { color: rgb(99,84,191); }

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

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

 a { background-color: rgb(99,84,191); }

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

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

 span { border-color: rgb(99,84,191); }

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