Html Css Color HEX #6458D5 Slate Blue

📋 copy color: '#6458D5'

red 100 ◦ green 88 ◦ blue 213

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

Shades of Slate Blue #6458D5

Tints of Slate Blue #6458D5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.95%

 BLUE value IS 213 (83.59% from 255) = 53.12%

R = 24.94%
G = 21.95%
B = 53.12%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6458D5 (or 0x6458D5) is known color: Slate Blue. HEX triplet: 64, 58 and D5. RGB value is (100,88,213). Sum of RGB (Red+Green+Blue) = 100+88+213=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #6458D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458D5 is #9BA72A. Grayscale: #696969. Windows color (decimal): -10200875 or 13981796. OLE color: 13981796.

HSL color Cylindrical-coordinate representation of color #6458D5: hue angle of 245.76º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6458D5 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 88 213 -
CMYK 0.53 0.59 0 0.16
HSL 245.76º 0.6% 0.59% -
HSV(B) 245.76º 0.59% 0.84% -
XYZ 20.76 14.49 64.65 -
YUV 105.84 188.48 123.84 -
System Red Green Blue C M Y K H S L
Decimal 100 88 213 0.53 0.59 0 0.16 245.76 0.6 0.59
Hex 64 58 D5 35 3B 0 10 F6 3C 3B
Octal 144 130 325 65 73 0 20 366 74 73
Binary 1100100 1011000 11010101 110101 111011 0 10000 11110110 111100 111011

Color Harmonies of #6458D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6458D5

Black with #6458D5

Text Example


Text Example

White with #6458D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6458D5; }

 p { color: rgb(100,88,213); }

 H1.HeaderClassName
 {
   color: #6458D5;
 }
 .AnyTagClassName
 {
   color: #6458D5;
 }
</style>

background-color css

<style>
 a { background-color: #6458D5; }

 a { background-color: rgb(100,88,213); }

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

border-color css

<style>
 span { border-color: #6458D5; }

 span { border-color: rgb(100,88,213); }

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