Html Css Color HEX #6448E3 Slate Blue

📋 copy color: '#6448E3'

red 100 ◦ green 72 ◦ blue 227

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

Shades of Slate Blue #6448E3

Tints of Slate Blue #6448E3

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.05%

 BLUE value IS 227 (89.06% from 255) = 56.89%

R = 25.06%
G = 18.05%
B = 56.89%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6448E3 (or 0x6448E3) is known color: Slate Blue. HEX triplet: 64, 48 and E3. RGB value is (100,72,227). Sum of RGB (Red+Green+Blue) = 100+72+227=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 227 (89.06% from 255 or 56.89% from 399); Max value from RGB is 227 - color contains mainly: blue. Hex color #6448E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6448E3 is #9BB71C. Grayscale: #616161. Windows color (decimal): -10204957 or 14895204. OLE color: 14895204.

HSL color Cylindrical-coordinate representation of color #6448E3: hue angle of 250.84º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6448E3 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 72 227 -
CMYK 0.56 0.68 0 0.11
HSL 250.84º 0.73% 0.59% -
HSV(B) 250.84º 0.68% 0.89% -
XYZ 21.44 12.89 74.03 -
YUV 98.04 200.78 129.4 -
System Red Green Blue C M Y K H S L
Decimal 100 72 227 0.56 0.68 0 0.11 250.84 0.73 0.59
Hex 64 48 E3 38 44 0 B FB 49 3B
Octal 144 110 343 70 104 0 13 373 111 73
Binary 1100100 1001000 11100011 111000 1000100 0 1011 11111011 1001001 111011

Color Harmonies of #6448E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6448E3

Black with #6448E3

Text Example


Text Example

White with #6448E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6448E3; }

 p { color: rgb(100,72,227); }

 H1.HeaderClassName
 {
   color: #6448E3;
 }
 .AnyTagClassName
 {
   color: #6448E3;
 }
</style>

background-color css

<style>
 a { background-color: #6448E3; }

 a { background-color: rgb(100,72,227); }

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

border-color css

<style>
 span { border-color: #6448E3; }

 span { border-color: rgb(100,72,227); }

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