Html Css Color HEX #6458CD Slate Blue

📋 copy color: '#6458CD'

red 100 ◦ green 88 ◦ blue 205

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

Shades of Slate Blue #6458CD

Tints of Slate Blue #6458CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 25.45%
G = 22.39%
B = 52.16%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6458CD (or 0x6458CD) is known color: Slate Blue. HEX triplet: 64, 58 and CD. RGB value is (100,88,205). Sum of RGB (Red+Green+Blue) = 100+88+205=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #6458CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458CD is #9BA732. Grayscale: #686868. Windows color (decimal): -10200883 or 13457508. OLE color: 13457508.

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

Color convert

RGB 100 88 205 -
CMYK 0.51 0.57 0 0.20
HSL 246.15º 0.54% 0.57% -
HSV(B) 246.15º 0.57% 0.8% -
XYZ 19.76 14.1 59.44 -
YUV 104.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 100 88 205 0.51 0.57 0 0.20 246.15 0.54 0.57
Hex 64 58 CD 33 39 0 14 F6 36 39
Octal 144 130 315 63 71 0 24 366 66 71
Binary 1100100 1011000 11001101 110011 111001 0 10100 11110110 110110 111001

Color Harmonies of #6458CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6458CD

Black with #6458CD

Text Example


Text Example

White with #6458CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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