Html Css Color HEX #6448CB Slate Blue

📋 copy color: '#6448CB'

red 100 ◦ green 72 ◦ blue 203

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

Shades of Slate Blue #6448CB

Tints of Slate Blue #6448CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 26.67%
G = 19.2%
B = 54.13%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6448CB (or 0x6448CB) is known color: Slate Blue. HEX triplet: 64, 48 and CB. RGB value is (100,72,203). Sum of RGB (Red+Green+Blue) = 100+72+203=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #6448CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6448CB is #9BB734. Grayscale: #5E5E5E. Windows color (decimal): -10204981 or 13322340. OLE color: 13322340.

HSL color Cylindrical-coordinate representation of color #6448CB: hue angle of 252.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6448CB is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 72 203 -
CMYK 0.51 0.65 0 0.20
HSL 252.82º 0.56% 0.54% -
HSV(B) 252.82º 0.65% 0.8% -
XYZ 18.35 11.66 57.78 -
YUV 95.31 188.78 131.35 -
System Red Green Blue C M Y K H S L
Decimal 100 72 203 0.51 0.65 0 0.20 252.82 0.56 0.54
Hex 64 48 CB 33 41 0 14 FD 38 36
Octal 144 110 313 63 101 0 24 375 70 66
Binary 1100100 1001000 11001011 110011 1000001 0 10100 11111101 111000 110110

Color Harmonies of #6448CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6448CB

Black with #6448CB

Text Example


Text Example

White with #6448CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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