Html Css Color HEX #645FDF Slate Blue

📋 copy color: '#645FDF'

red 100 ◦ green 95 ◦ blue 223

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

Shades of Slate Blue #645FDF

Tints of Slate Blue #645FDF

RGB

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

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

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

R = 23.92%
G = 22.73%
B = 53.35%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#645FDF (or 0x645FDF) is known color: Slate Blue. HEX triplet: 64, 5F and DF. RGB value is (100,95,223). Sum of RGB (Red+Green+Blue) = 100+95+223=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #645FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FDF is #9BA020. Grayscale: #6E6E6E. Windows color (decimal): -10199073 or 14638948. OLE color: 14638948.

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

Color convert

RGB 100 95 223 -
CMYK 0.55 0.57 0 0.13
HSL 242.34º 0.67% 0.62% -
HSV(B) 242.34º 0.57% 0.87% -
XYZ 22.67 16.22 71.75 -
YUV 111.09 191.16 120.09 -
System Red Green Blue C M Y K H S L
Decimal 100 95 223 0.55 0.57 0 0.13 242.34 0.67 0.62
Hex 64 5F DF 37 39 0 D F2 43 3E
Octal 144 137 337 67 71 0 15 362 103 76
Binary 1100100 1011111 11011111 110111 111001 0 1101 11110010 1000011 111110

Color Harmonies of #645FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645FDF

Black with #645FDF

Text Example


Text Example

White with #645FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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