Html Css Color HEX #644BCF Slate Blue

📋 copy color: '#644BCF'

red 100 ◦ green 75 ◦ blue 207

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

Shades of Slate Blue #644BCF

Tints of Slate Blue #644BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.63%

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

R = 26.18%
G = 19.63%
B = 54.19%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#644BCF (or 0x644BCF) is known color: Slate Blue. HEX triplet: 64, 4B and CF. RGB value is (100,75,207). Sum of RGB (Red+Green+Blue) = 100+75+207=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #644BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BCF is #9BB430. Grayscale: #616161. Windows color (decimal): -10204209 or 13585252. OLE color: 13585252.

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

Color convert

RGB 100 75 207 -
CMYK 0.52 0.64 0 0.19
HSL 251.36º 0.58% 0.55% -
HSV(B) 251.36º 0.64% 0.81% -
XYZ 19.03 12.25 60.39 -
YUV 97.52 189.78 129.77 -
System Red Green Blue C M Y K H S L
Decimal 100 75 207 0.52 0.64 0 0.19 251.36 0.58 0.55
Hex 64 4B CF 34 40 0 13 FB 3A 37
Octal 144 113 317 64 100 0 23 373 72 67
Binary 1100100 1001011 11001111 110100 1000000 0 10011 11111011 111010 110111

Color Harmonies of #644BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644BCF

Black with #644BCF

Text Example


Text Example

White with #644BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644BCF; }

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

 H1.HeaderClassName
 {
   color: #644BCF;
 }
 .AnyTagClassName
 {
   color: #644BCF;
 }
</style>

background-color css

<style>
 a { background-color: #644BCF; }

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

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

border-color css

<style>
 span { border-color: #644BCF; }

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

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