Html Css Color HEX #6456D8 Slate Blue

📋 copy color: '#6456D8'

red 100 ◦ green 86 ◦ blue 216

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

Shades of Slate Blue #6456D8

Tints of Slate Blue #6456D8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.39%

 BLUE value IS 216 (84.77% from 255) = 53.73%

R = 24.88%
G = 21.39%
B = 53.73%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6456D8 (or 0x6456D8) is known color: Slate Blue. HEX triplet: 64, 56 and D8. RGB value is (100,86,216). Sum of RGB (Red+Green+Blue) = 100+86+216=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 216 (84.77% from 255 or 53.73% from 402); Max value from RGB is 216 - color contains mainly: blue. Hex color #6456D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6456D8 is #9BA927. Grayscale: #686868. Windows color (decimal): -10201384 or 14177892. OLE color: 14177892.

HSL color Cylindrical-coordinate representation of color #6456D8: hue angle of 246.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6456D8 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 86 216 -
CMYK 0.54 0.60 0 0.15
HSL 246.46º 0.63% 0.59% -
HSV(B) 246.46º 0.6% 0.85% -
XYZ 20.98 14.32 66.62 -
YUV 105.01 190.64 124.43 -
System Red Green Blue C M Y K H S L
Decimal 100 86 216 0.54 0.60 0 0.15 246.46 0.63 0.59
Hex 64 56 D8 36 3C 0 F F6 3E 3B
Octal 144 126 330 66 74 0 17 366 76 73
Binary 1100100 1010110 11011000 110110 111100 0 1111 11110110 111110 111011

Color Harmonies of #6456D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6456D8

Black with #6456D8

Text Example


Text Example

White with #6456D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6456D8; }

 p { color: rgb(100,86,216); }

 H1.HeaderClassName
 {
   color: #6456D8;
 }
 .AnyTagClassName
 {
   color: #6456D8;
 }
</style>

background-color css

<style>
 a { background-color: #6456D8; }

 a { background-color: rgb(100,86,216); }

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

border-color css

<style>
 span { border-color: #6456D8; }

 span { border-color: rgb(100,86,216); }

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