Html Css Color HEX #645DDF Slate Blue

📋 copy color: '#645DDF'

red 100 ◦ green 93 ◦ blue 223

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

Shades of Slate Blue #645DDF

Tints of Slate Blue #645DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 24.04%
G = 22.36%
B = 53.61%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#645DDF (or 0x645DDF) is known color: Slate Blue. HEX triplet: 64, 5D and DF. RGB value is (100,93,223). Sum of RGB (Red+Green+Blue) = 100+93+223=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #645DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645DDF is #9BA220. Grayscale: #6D6D6D. Windows color (decimal): -10199585 or 14638436. OLE color: 14638436.

HSL color Cylindrical-coordinate representation of color #645DDF: hue angle of 243.23º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #645DDF is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 93 223 -
CMYK 0.55 0.58 0 0.13
HSL 243.23º 0.67% 0.62% -
HSV(B) 243.23º 0.58% 0.87% -
XYZ 22.49 15.87 71.69 -
YUV 109.91 191.82 120.93 -
System Red Green Blue C M Y K H S L
Decimal 100 93 223 0.55 0.58 0 0.13 243.23 0.67 0.62
Hex 64 5D DF 37 3A 0 D F3 43 3E
Octal 144 135 337 67 72 0 15 363 103 76
Binary 1100100 1011101 11011111 110111 111010 0 1101 11110011 1000011 111110

Color Harmonies of #645DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645DDF

Black with #645DDF

Text Example


Text Example

White with #645DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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