Html Css Color HEX #645BCA Slate Blue

📋 copy color: '#645BCA'

red 100 ◦ green 91 ◦ blue 202

#645BCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #645BCA

Tints of Slate Blue #645BCA

RGB

 RED value IS 100 (39.45% from 255) = 25.45%

 GREEN value IS 91 (35.94% from 255) = 23.16%

 BLUE value IS 202 (79.3% from 255) = 51.4%

R = 25.45%
G = 23.16%
B = 51.4%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#645BCA (or 0x645BCA) is known color: Slate Blue. HEX triplet: 64, 5B and CA. RGB value is (100,91,202). Sum of RGB (Red+Green+Blue) = 100+91+202=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #645BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BCA is #9BA435. Grayscale: #696969. Windows color (decimal): -10200118 or 13261668. OLE color: 13261668.

HSL color Cylindrical-coordinate representation of color #645BCA: hue angle of 244.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #645BCA is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 91 202 -
CMYK 0.50 0.55 0 0.21
HSL 244.86º 0.51% 0.57% -
HSV(B) 244.86º 0.55% 0.79% -
XYZ 19.66 14.46 57.63 -
YUV 106.35 181.98 123.47 -
System Red Green Blue C M Y K H S L
Decimal 100 91 202 0.50 0.55 0 0.21 244.86 0.51 0.57
Hex 64 5B CA 32 37 0 15 F5 33 39
Octal 144 133 312 62 67 0 25 365 63 71
Binary 1100100 1011011 11001010 110010 110111 0 10101 11110101 110011 111001

Color Harmonies of #645BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645BCA

Black with #645BCA

Text Example


Text Example

White with #645BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,91,202); }

 H1.HeaderClassName
 {
   color: #645BCA;
 }
 .AnyTagClassName
 {
   color: #645BCA;
 }
</style>

background-color css

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

 a { background-color: rgb(100,91,202); }

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

border-color css

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

 span { border-color: rgb(100,91,202); }

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