Html Css Color HEX #644CBF Slate Blue

📋 copy color: '#644CBF'

red 100 ◦ green 76 ◦ blue 191

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

Shades of Slate Blue #644CBF

Tints of Slate Blue #644CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.71%

 BLUE value IS 191 (75% from 255) = 52.04%

R = 27.25%
G = 20.71%
B = 52.04%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#644CBF (or 0x644CBF) is known color: Slate Blue. HEX triplet: 64, 4C and BF. RGB value is (100,76,191). Sum of RGB (Red+Green+Blue) = 100+76+191=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #644CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644CBF is #9BB340. Grayscale: #5F5F5F. Windows color (decimal): -10203969 or 12536932. OLE color: 12536932.

HSL color Cylindrical-coordinate representation of color #644CBF: hue angle of 252.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #644CBF is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 76 191 -
CMYK 0.48 0.60 0 0.25
HSL 252.52º 0.47% 0.52% -
HSV(B) 252.52º 0.6% 0.75% -
XYZ 17.24 11.64 50.63 -
YUV 96.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 100 76 191 0.48 0.60 0 0.25 252.52 0.47 0.52
Hex 64 4C BF 30 3C 0 19 FD 2F 34
Octal 144 114 277 60 74 0 31 375 57 64
Binary 1100100 1001100 10111111 110000 111100 0 11001 11111101 101111 110100

Color Harmonies of #644CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644CBF

Black with #644CBF

Text Example


Text Example

White with #644CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,76,191); }

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

background-color css

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

 a { background-color: rgb(100,76,191); }

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

border-color css

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

 span { border-color: rgb(100,76,191); }

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