Html Css Color HEX #6949EA Slate Blue

📋 copy color: '#6949EA'

red 105 ◦ green 73 ◦ blue 234

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

Shades of Slate Blue #6949EA

Tints of Slate Blue #6949EA

RGB

 RED value IS 105 (41.41% from 255) = 25.49%

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

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

R = 25.49%
G = 17.72%
B = 56.8%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6949EA (or 0x6949EA) is known color: Slate Blue. HEX triplet: 69, 49 and EA. RGB value is (105,73,234). Sum of RGB (Red+Green+Blue) = 105+73+234=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #6949EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6949EA is #96B615. Grayscale: #646464. Windows color (decimal): -9877014 or 15354217. OLE color: 15354217.

HSL color Cylindrical-coordinate representation of color #6949EA: hue angle of 251.93º 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 #6949EA is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 73 234 -
CMYK 0.55 0.69 0 0.08
HSL 251.93º 0.79% 0.6% -
HSV(B) 251.93º 0.69% 0.92% -
XYZ 23.06 13.71 79.27 -
YUV 100.92 203.1 130.91 -
System Red Green Blue C M Y K H S L
Decimal 105 73 234 0.55 0.69 0 0.08 251.93 0.79 0.6
Hex 69 49 EA 37 45 0 8 FC 4F 3C
Octal 151 111 352 67 105 0 10 374 117 74
Binary 1101001 1001001 11101010 110111 1000101 0 1000 11111100 1001111 111100

Color Harmonies of #6949EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6949EA

Black with #6949EA

Text Example


Text Example

White with #6949EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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