Html Css Color HEX #645FE4 Slate Blue

📋 copy color: '#645FE4'

red 100 ◦ green 95 ◦ blue 228

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

Shades of Slate Blue #645FE4

Tints of Slate Blue #645FE4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

 BLUE value IS 228 (89.45% from 255) = 53.9%

R = 23.64%
G = 22.46%
B = 53.9%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#645FE4 (or 0x645FE4) is known color: Slate Blue. HEX triplet: 64, 5F and E4. RGB value is (100,95,228). Sum of RGB (Red+Green+Blue) = 100+95+228=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 228 (89.45% from 255 or 53.90% from 423); Max value from RGB is 228 - color contains mainly: blue. Hex color #645FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FE4 is #9BA01B. Grayscale: #6F6F6F. Windows color (decimal): -10199068 or 14966628. OLE color: 14966628.

HSL color Cylindrical-coordinate representation of color #645FE4: hue angle of 242.26º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #645FE4 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 95 228 -
CMYK 0.56 0.58 0 0.11
HSL 242.26º 0.71% 0.63% -
HSV(B) 242.26º 0.58% 0.89% -
XYZ 23.35 16.5 75.35 -
YUV 111.66 193.66 119.69 -
System Red Green Blue C M Y K H S L
Decimal 100 95 228 0.56 0.58 0 0.11 242.26 0.71 0.63
Hex 64 5F E4 38 3A 0 B F2 47 3F
Octal 144 137 344 70 72 0 13 362 107 77
Binary 1100100 1011111 11100100 111000 111010 0 1011 11110010 1000111 111111

Color Harmonies of #645FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645FE4

Black with #645FE4

Text Example


Text Example

White with #645FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,95,228); }

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

background-color css

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

 a { background-color: rgb(100,95,228); }

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

border-color css

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

 span { border-color: rgb(100,95,228); }

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