Html Css Color HEX #6946EB Slate Blue

📋 copy color: '#6946EB'

red 105 ◦ green 70 ◦ blue 235

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

Shades of Slate Blue #6946EB

Tints of Slate Blue #6946EB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.07%

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

R = 25.61%
G = 17.07%
B = 57.32%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6946EB (or 0x6946EB) is known color: Slate Blue. HEX triplet: 69, 46 and EB. RGB value is (105,70,235). Sum of RGB (Red+Green+Blue) = 105+70+235=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #6946EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6946EB is #96B914. Grayscale: #626262. Windows color (decimal): -9877781 or 15418985. OLE color: 15418985.

HSL color Cylindrical-coordinate representation of color #6946EB: hue angle of 252.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6946EB is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 70 235 -
CMYK 0.55 0.70 0 0.08
HSL 252.73º 0.8% 0.6% -
HSV(B) 252.73º 0.7% 0.92% -
XYZ 23.01 13.38 79.97 -
YUV 99.28 204.6 132.08 -
System Red Green Blue C M Y K H S L
Decimal 105 70 235 0.55 0.70 0 0.08 252.73 0.8 0.6
Hex 69 46 EB 37 46 0 8 FD 50 3C
Octal 151 106 353 67 106 0 10 375 120 74
Binary 1101001 1000110 11101011 110111 1000110 0 1000 11111101 1010000 111100

Color Harmonies of #6946EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6946EB

Black with #6946EB

Text Example


Text Example

White with #6946EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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