Html Css Color HEX #6549EA Slate Blue

📋 copy color: '#6549EA'

red 101 ◦ green 73 ◦ blue 234

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

Shades of Slate Blue #6549EA

Tints of Slate Blue #6549EA

RGB

 RED value IS 101 (39.84% from 255) = 24.75%

 GREEN value IS 73 (28.91% from 255) = 17.89%

 BLUE value IS 234 (91.8% from 255) = 57.35%

R = 24.75%
G = 17.89%
B = 57.35%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6549EA (or 0x6549EA) is known color: Slate Blue. HEX triplet: 65, 49 and EA. RGB value is (101,73,234). Sum of RGB (Red+Green+Blue) = 101+73+234=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #6549EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6549EA is #9AB615. Grayscale: #636363. Windows color (decimal): -10139158 or 15354213. OLE color: 15354213.

HSL color Cylindrical-coordinate representation of color #6549EA: hue angle of 250.43º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6549EA is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 73 234 -
CMYK 0.57 0.69 0 0.08
HSL 250.43º 0.79% 0.6% -
HSV(B) 250.43º 0.69% 0.92% -
XYZ 22.6 13.47 79.25 -
YUV 99.73 203.78 128.91 -
System Red Green Blue C M Y K H S L
Decimal 101 73 234 0.57 0.69 0 0.08 250.43 0.79 0.6
Hex 65 49 EA 39 45 0 8 FA 4F 3C
Octal 145 111 352 71 105 0 10 372 117 74
Binary 1100101 1001001 11101010 111001 1000101 0 1000 11111010 1001111 111100

Color Harmonies of #6549EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6549EA

Black with #6549EA

Text Example


Text Example

White with #6549EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6549EA; }

 p { color: rgb(101,73,234); }

 H1.HeaderClassName
 {
   color: #6549EA;
 }
 .AnyTagClassName
 {
   color: #6549EA;
 }
</style>

background-color css

<style>
 a { background-color: #6549EA; }

 a { background-color: rgb(101,73,234); }

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

border-color css

<style>
 span { border-color: #6549EA; }

 span { border-color: rgb(101,73,234); }

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