Html Css Color HEX #6454D0 Slate Blue

📋 copy color: '#6454D0'

red 100 ◦ green 84 ◦ blue 208

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

Shades of Slate Blue #6454D0

Tints of Slate Blue #6454D0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.43%

 BLUE value IS 208 (81.64% from 255) = 53.06%

R = 25.51%
G = 21.43%
B = 53.06%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6454D0 (or 0x6454D0) is known color: Slate Blue. HEX triplet: 64, 54 and D0. RGB value is (100,84,208). Sum of RGB (Red+Green+Blue) = 100+84+208=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #6454D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454D0 is #9BAB2F. Grayscale: #666666. Windows color (decimal): -10201904 or 13653092. OLE color: 13653092.

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

Color convert

RGB 100 84 208 -
CMYK 0.52 0.60 0 0.18
HSL 247.74º 0.57% 0.57% -
HSV(B) 247.74º 0.6% 0.82% -
XYZ 19.81 13.6 61.26 -
YUV 102.92 187.3 125.92 -
System Red Green Blue C M Y K H S L
Decimal 100 84 208 0.52 0.60 0 0.18 247.74 0.57 0.57
Hex 64 54 D0 34 3C 0 12 F8 39 39
Octal 144 124 320 64 74 0 22 370 71 71
Binary 1100100 1010100 11010000 110100 111100 0 10010 11111000 111001 111001

Color Harmonies of #6454D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6454D0

Black with #6454D0

Text Example


Text Example

White with #6454D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6454D0; }

 p { color: rgb(100,84,208); }

 H1.HeaderClassName
 {
   color: #6454D0;
 }
 .AnyTagClassName
 {
   color: #6454D0;
 }
</style>

background-color css

<style>
 a { background-color: #6454D0; }

 a { background-color: rgb(100,84,208); }

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

border-color css

<style>
 span { border-color: #6454D0; }

 span { border-color: rgb(100,84,208); }

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