Html Css Color HEX #6949DF Slate Blue

📋 copy color: '#6949DF'

red 105 ◦ green 73 ◦ blue 223

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

Shades of Slate Blue #6949DF

Tints of Slate Blue #6949DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 26.18%
G = 18.2%
B = 55.61%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6949DF (or 0x6949DF) is known color: Slate Blue. HEX triplet: 69, 49 and DF. RGB value is (105,73,223). Sum of RGB (Red+Green+Blue) = 105+73+223=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #6949DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6949DF is #96B620. Grayscale: #636363. Windows color (decimal): -9877025 or 14633321. OLE color: 14633321.

HSL color Cylindrical-coordinate representation of color #6949DF: hue angle of 252.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6949DF is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 73 223 -
CMYK 0.53 0.67 0 0.13
HSL 252.8º 0.7% 0.58% -
HSV(B) 252.8º 0.67% 0.87% -
XYZ 21.53 13.1 71.21 -
YUV 99.67 197.6 131.8 -
System Red Green Blue C M Y K H S L
Decimal 105 73 223 0.53 0.67 0 0.13 252.8 0.7 0.58
Hex 69 49 DF 35 43 0 D FD 46 3A
Octal 151 111 337 65 103 0 15 375 106 72
Binary 1101001 1001001 11011111 110101 1000011 0 1101 11111101 1000110 111010

Color Harmonies of #6949DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6949DF

Black with #6949DF

Text Example


Text Example

White with #6949DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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