Html Css Color HEX #6459CD Slate Blue

📋 copy color: '#6459CD'

red 100 ◦ green 89 ◦ blue 205

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

Shades of Slate Blue #6459CD

Tints of Slate Blue #6459CD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.59%

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

R = 25.38%
G = 22.59%
B = 52.03%

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

#6459CD (or 0x6459CD) is known color: Slate Blue. HEX triplet: 64, 59 and CD. RGB value is (100,89,205). Sum of RGB (Red+Green+Blue) = 100+89+205=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #6459CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6459CD is #9BA632. Grayscale: #696969. Windows color (decimal): -10200627 or 13457764. OLE color: 13457764.

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

Color convert

RGB 100 89 205 -
CMYK 0.51 0.57 0 0.20
HSL 245.69º 0.54% 0.58% -
HSV(B) 245.69º 0.57% 0.8% -
XYZ 19.85 14.26 59.46 -
YUV 105.51 184.14 124.07 -
System Red Green Blue C M Y K H S L
Decimal 100 89 205 0.51 0.57 0 0.20 245.69 0.54 0.58
Hex 64 59 CD 33 39 0 14 F6 36 3A
Octal 144 131 315 63 71 0 24 366 66 72
Binary 1100100 1011001 11001101 110011 111001 0 10100 11110110 110110 111010

Color Harmonies of #6459CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6459CD

Black with #6459CD

Text Example


Text Example

White with #6459CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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