Html Css Color HEX #6450BF Slate Blue

📋 copy color: '#6450BF'

red 100 ◦ green 80 ◦ blue 191

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

Shades of Slate Blue #6450BF

Tints of Slate Blue #6450BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 26.95%
G = 21.56%
B = 51.48%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6450BF (or 0x6450BF) is known color: Slate Blue. HEX triplet: 64, 50 and BF. RGB value is (100,80,191). Sum of RGB (Red+Green+Blue) = 100+80+191=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #6450BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6450BF is #9BAF40. Grayscale: #626262. Windows color (decimal): -10202945 or 12537956. OLE color: 12537956.

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

Color convert

RGB 100 80 191 -
CMYK 0.48 0.58 0 0.25
HSL 250.81º 0.46% 0.53% -
HSV(B) 250.81º 0.58% 0.75% -
XYZ 17.53 12.21 50.72 -
YUV 98.63 180.13 128.97 -
System Red Green Blue C M Y K H S L
Decimal 100 80 191 0.48 0.58 0 0.25 250.81 0.46 0.53
Hex 64 50 BF 30 3A 0 19 FB 2E 35
Octal 144 120 277 60 72 0 31 373 56 65
Binary 1100100 1010000 10111111 110000 111010 0 11001 11111011 101110 110101

Color Harmonies of #6450BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6450BF

Black with #6450BF

Text Example


Text Example

White with #6450BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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