Html Css Color HEX #646BE0 Slate Blue

📋 copy color: '#646BE0'

red 100 ◦ green 107 ◦ blue 224

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

Shades of Slate Blue #646BE0

Tints of Slate Blue #646BE0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.83%

 BLUE value IS 224 (87.89% from 255) = 51.97%

R = 23.2%
G = 24.83%
B = 51.97%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#646BE0 (or 0x646BE0) is known color: Slate Blue. HEX triplet: 64, 6B and E0. RGB value is (100,107,224). Sum of RGB (Red+Green+Blue) = 100+107+224=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #646BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BE0 is #9B941F. Grayscale: #757575. Windows color (decimal): -10196000 or 14707556. OLE color: 14707556.

HSL color Cylindrical-coordinate representation of color #646BE0: hue angle of 236.61º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646BE0 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 107 224 -
CMYK 0.55 0.52 0 0.12
HSL 236.61º 0.67% 0.64% -
HSV(B) 236.61º 0.55% 0.88% -
XYZ 23.97 18.61 72.85 -
YUV 118.25 187.68 114.99 -
System Red Green Blue C M Y K H S L
Decimal 100 107 224 0.55 0.52 0 0.12 236.61 0.67 0.64
Hex 64 6B E0 37 34 0 C ED 43 40
Octal 144 153 340 67 64 0 14 355 103 100
Binary 1100100 1101011 11100000 110111 110100 0 1100 11101101 1000011 1000000

Color Harmonies of #646BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646BE0

Black with #646BE0

Text Example


Text Example

White with #646BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646BE0; }

 p { color: rgb(100,107,224); }

 H1.HeaderClassName
 {
   color: #646BE0;
 }
 .AnyTagClassName
 {
   color: #646BE0;
 }
</style>

background-color css

<style>
 a { background-color: #646BE0; }

 a { background-color: rgb(100,107,224); }

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

border-color css

<style>
 span { border-color: #646BE0; }

 span { border-color: rgb(100,107,224); }

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