Html Css Color HEX #6454BF Slate Blue

📋 copy color: '#6454BF'

red 100 ◦ green 84 ◦ blue 191

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

Shades of Slate Blue #6454BF

Tints of Slate Blue #6454BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.93%

R = 26.67%
G = 22.4%
B = 50.93%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6454BF (or 0x6454BF) is known color: Slate Blue. HEX triplet: 64, 54 and BF. RGB value is (100,84,191). Sum of RGB (Red+Green+Blue) = 100+84+191=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #6454BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454BF is #9BAB40. Grayscale: #646464. Windows color (decimal): -10201921 or 12538980. OLE color: 12538980.

HSL color Cylindrical-coordinate representation of color #6454BF: hue angle of 248.97º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6454BF is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 84 191 -
CMYK 0.48 0.56 0 0.25
HSL 248.97º 0.46% 0.54% -
HSV(B) 248.97º 0.56% 0.75% -
XYZ 17.83 12.81 50.82 -
YUV 100.98 178.8 127.3 -
System Red Green Blue C M Y K H S L
Decimal 100 84 191 0.48 0.56 0 0.25 248.97 0.46 0.54
Hex 64 54 BF 30 38 0 19 F9 2E 36
Octal 144 124 277 60 70 0 31 371 56 66
Binary 1100100 1010100 10111111 110000 111000 0 11001 11111001 101110 110110

Color Harmonies of #6454BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6454BF

Black with #6454BF

Text Example


Text Example

White with #6454BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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