Html Css Color HEX #645DCF Slate Blue

📋 copy color: '#645DCF'

red 100 ◦ green 93 ◦ blue 207

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

Shades of Slate Blue #645DCF

Tints of Slate Blue #645DCF

RGB

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

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

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

R = 25%
G = 23.25%
B = 51.75%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#645DCF (or 0x645DCF) is known color: Slate Blue. HEX triplet: 64, 5D and CF. RGB value is (100,93,207). Sum of RGB (Red+Green+Blue) = 100+93+207=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #645DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645DCF is #9BA230. Grayscale: #6B6B6B. Windows color (decimal): -10199601 or 13589860. OLE color: 13589860.

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

Color convert

RGB 100 93 207 -
CMYK 0.52 0.55 0 0.19
HSL 243.68º 0.54% 0.59% -
HSV(B) 243.68º 0.55% 0.81% -
XYZ 20.43 15.04 60.86 -
YUV 108.09 183.82 122.23 -
System Red Green Blue C M Y K H S L
Decimal 100 93 207 0.52 0.55 0 0.19 243.68 0.54 0.59
Hex 64 5D CF 34 37 0 13 F4 36 3B
Octal 144 135 317 64 67 0 23 364 66 73
Binary 1100100 1011101 11001111 110100 110111 0 10011 11110100 110110 111011

Color Harmonies of #645DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645DCF

Black with #645DCF

Text Example


Text Example

White with #645DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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