Html Css Color HEX #6949EB Slate Blue

📋 copy color: '#6949EB'

red 105 ◦ green 73 ◦ blue 235

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

Shades of Slate Blue #6949EB

Tints of Slate Blue #6949EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 25.42%
G = 17.68%
B = 56.9%

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

#6949EB (or 0x6949EB) is known color: Slate Blue. HEX triplet: 69, 49 and EB. RGB value is (105,73,235). Sum of RGB (Red+Green+Blue) = 105+73+235=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #6949EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6949EB is #96B614. Grayscale: #646464. Windows color (decimal): -9877013 or 15419753. OLE color: 15419753.

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

Color convert

RGB 105 73 235 -
CMYK 0.55 0.69 0 0.08
HSL 251.85º 0.8% 0.6% -
HSV(B) 251.85º 0.69% 0.92% -
XYZ 23.2 13.77 80.03 -
YUV 101.04 203.6 130.83 -
System Red Green Blue C M Y K H S L
Decimal 105 73 235 0.55 0.69 0 0.08 251.85 0.8 0.6
Hex 69 49 EB 37 45 0 8 FC 50 3C
Octal 151 111 353 67 105 0 10 374 120 74
Binary 1101001 1001001 11101011 110111 1000101 0 1000 11111100 1010000 111100

Color Harmonies of #6949EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6949EB

Black with #6949EB

Text Example


Text Example

White with #6949EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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