Html Css Color HEX #6459DC Slate Blue

📋 copy color: '#6459DC'

red 100 ◦ green 89 ◦ blue 220

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

Shades of Slate Blue #6459DC

Tints of Slate Blue #6459DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 24.45%
G = 21.76%
B = 53.79%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6459DC (or 0x6459DC) is known color: Slate Blue. HEX triplet: 64, 59 and DC. RGB value is (100,89,220). Sum of RGB (Red+Green+Blue) = 100+89+220=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #6459DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6459DC is #9BA623. Grayscale: #6A6A6A. Windows color (decimal): -10200612 or 14440804. OLE color: 14440804.

HSL color Cylindrical-coordinate representation of color #6459DC: hue angle of 245.04º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6459DC is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 89 220 -
CMYK 0.55 0.60 0 0.14
HSL 245.04º 0.65% 0.61% -
HSV(B) 245.04º 0.6% 0.86% -
XYZ 21.75 15.02 69.46 -
YUV 107.22 191.64 122.85 -
System Red Green Blue C M Y K H S L
Decimal 100 89 220 0.55 0.60 0 0.14 245.04 0.65 0.61
Hex 64 59 DC 37 3C 0 E F5 41 3D
Octal 144 131 334 67 74 0 16 365 101 75
Binary 1100100 1011001 11011100 110111 111100 0 1110 11110101 1000001 111101

Color Harmonies of #6459DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6459DC

Black with #6459DC

Text Example


Text Example

White with #6459DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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