Html Css Color HEX #6458D1 Slate Blue

📋 copy color: '#6458D1'

red 100 ◦ green 88 ◦ blue 209

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

Shades of Slate Blue #6458D1

Tints of Slate Blue #6458D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.64%

R = 25.19%
G = 22.17%
B = 52.64%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6458D1 (or 0x6458D1) is known color: Slate Blue. HEX triplet: 64, 58 and D1. RGB value is (100,88,209). Sum of RGB (Red+Green+Blue) = 100+88+209=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #6458D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458D1 is #9BA72E. Grayscale: #686868. Windows color (decimal): -10200879 or 13719652. OLE color: 13719652.

HSL color Cylindrical-coordinate representation of color #6458D1: hue angle of 245.95º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6458D1 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 88 209 -
CMYK 0.52 0.58 0 0.18
HSL 245.95º 0.57% 0.58% -
HSV(B) 245.95º 0.58% 0.82% -
XYZ 20.25 14.29 62.01 -
YUV 105.38 186.48 124.16 -
System Red Green Blue C M Y K H S L
Decimal 100 88 209 0.52 0.58 0 0.18 245.95 0.57 0.58
Hex 64 58 D1 34 3A 0 12 F6 39 3A
Octal 144 130 321 64 72 0 22 366 71 72
Binary 1100100 1011000 11010001 110100 111010 0 10010 11110110 111001 111010

Color Harmonies of #6458D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6458D1

Black with #6458D1

Text Example


Text Example

White with #6458D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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