#645CCB

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

Shades of Slate Blue #645CCB

Tints of Slate Blue #645CCB

Color information

#645CCB (or 0x645CCB) is unknown color: approx Slate Blue. HEX triplet: 64, 5C and CB. RGB value is (100,92,203). Sum of RGB (Red+Green+Blue) = 100+92+203=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #645CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CCB is #9BA334. Grayscale: #6A6A6A. Windows color (decimal): -10199861 or 13327460. OLE color: 13327460.

HSL color Cylindrical-coordinate representation of color #645CCB: hue angle of 244.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #645CCB is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10092203-
CMYK0.510.5500.20
HSL244.32º51.63%57.84%-
HSV(B)244.32º54.68%79.61%-
XYZ19.8614.6858.29-
YUV107.05182.15122.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=25.32%
G=23.29%
B=51.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100922030.510.5500.20244.3251.6357.84
Hex645CCB3337014f4343a
Octal14413431363670243646472
Binary110010010111001100101111001111011101010011110100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645CCB; }

 p { color: rgb(100,92,203); }

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

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

 a { background-color: rgb(100,92,203); }

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

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

 span { border-color: rgb(100,92,203); }

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