Html Css Color HEX #645ADF Slate Blue

📋 copy color: '#645ADF'

red 100 ◦ green 90 ◦ blue 223

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

Shades of Slate Blue #645ADF

Tints of Slate Blue #645ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.79%

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

R = 24.21%
G = 21.79%
B = 54%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#645ADF (or 0x645ADF) is known color: Slate Blue. HEX triplet: 64, 5A and DF. RGB value is (100,90,223). Sum of RGB (Red+Green+Blue) = 100+90+223=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #645ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ADF is #9BA520. Grayscale: #6B6B6B. Windows color (decimal): -10200353 or 14637668. OLE color: 14637668.

HSL color Cylindrical-coordinate representation of color #645ADF: hue angle of 244.51º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #645ADF is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 90 223 -
CMYK 0.55 0.60 0 0.13
HSL 244.51º 0.68% 0.61% -
HSV(B) 244.51º 0.6% 0.87% -
XYZ 22.23 15.35 71.6 -
YUV 108.15 192.81 122.19 -
System Red Green Blue C M Y K H S L
Decimal 100 90 223 0.55 0.60 0 0.13 244.51 0.68 0.61
Hex 64 5A DF 37 3C 0 D F5 44 3D
Octal 144 132 337 67 74 0 15 365 104 75
Binary 1100100 1011010 11011111 110111 111100 0 1101 11110101 1000100 111101

Color Harmonies of #645ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645ADF

Black with #645ADF

Text Example


Text Example

White with #645ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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