Html Css Color HEX #645FCF Slate Blue

📋 copy color: '#645FCF'

red 100 ◦ green 95 ◦ blue 207

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

Shades of Slate Blue #645FCF

Tints of Slate Blue #645FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 24.88%
G = 23.63%
B = 51.49%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#645FCF (or 0x645FCF) is known color: Slate Blue. HEX triplet: 64, 5F and CF. RGB value is (100,95,207). Sum of RGB (Red+Green+Blue) = 100+95+207=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #645FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FCF is #9BA030. Grayscale: #6C6C6C. Windows color (decimal): -10199089 or 13590372. OLE color: 13590372.

HSL color Cylindrical-coordinate representation of color #645FCF: hue angle of 242.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #645FCF is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 95 207 -
CMYK 0.52 0.54 0 0.19
HSL 242.68º 0.54% 0.59% -
HSV(B) 242.68º 0.54% 0.81% -
XYZ 20.61 15.4 60.92 -
YUV 109.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 100 95 207 0.52 0.54 0 0.19 242.68 0.54 0.59
Hex 64 5F CF 34 36 0 13 F3 36 3B
Octal 144 137 317 64 66 0 23 363 66 73
Binary 1100100 1011111 11001111 110100 110110 0 10011 11110011 110110 111011

Color Harmonies of #645FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645FCF

Black with #645FCF

Text Example


Text Example

White with #645FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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