Html Css Color HEX #645DC6 Slate Blue

📋 copy color: '#645DC6'

red 100 ◦ green 93 ◦ blue 198

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

Shades of Slate Blue #645DC6

Tints of Slate Blue #645DC6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.79%

 BLUE value IS 198 (77.73% from 255) = 50.64%

R = 25.58%
G = 23.79%
B = 50.64%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#645DC6 (or 0x645DC6) is known color: Slate Blue. HEX triplet: 64, 5D and C6. RGB value is (100,93,198). Sum of RGB (Red+Green+Blue) = 100+93+198=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #645DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645DC6 is #9BA239. Grayscale: #6A6A6A. Windows color (decimal): -10199610 or 13000036. OLE color: 13000036.

HSL color Cylindrical-coordinate representation of color #645DC6: hue angle of 244º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #645DC6 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 93 198 -
CMYK 0.49 0.53 0 0.22
HSL 244º 0.48% 0.57% -
HSV(B) 244º 0.53% 0.78% -
XYZ 19.36 14.62 55.23 -
YUV 107.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 100 93 198 0.49 0.53 0 0.22 244 0.48 0.57
Hex 64 5D C6 31 35 0 16 F4 30 39
Octal 144 135 306 61 65 0 26 364 60 71
Binary 1100100 1011101 11000110 110001 110101 0 10110 11110100 110000 111001

Color Harmonies of #645DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645DC6

Black with #645DC6

Text Example


Text Example

White with #645DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,93,198); }

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

background-color css

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

 a { background-color: rgb(100,93,198); }

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

border-color css

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

 span { border-color: rgb(100,93,198); }

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