Html Css Color HEX #6749D9 Slate Blue

📋 copy color: '#6749D9'

red 103 ◦ green 73 ◦ blue 217

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

Shades of Slate Blue #6749D9

Tints of Slate Blue #6749D9

RGB

 RED value IS 103 (40.63% from 255) = 26.21%

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

 BLUE value IS 217 (85.16% from 255) = 55.22%

R = 26.21%
G = 18.58%
B = 55.22%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6749D9 (or 0x6749D9) is known color: Slate Blue. HEX triplet: 67, 49 and D9. RGB value is (103,73,217). Sum of RGB (Red+Green+Blue) = 103+73+217=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 217 (85.16% from 255 or 55.22% from 393); Max value from RGB is 217 - color contains mainly: blue. Hex color #6749D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6749D9 is #98B626. Grayscale: #616161. Windows color (decimal): -10008103 or 14240103. OLE color: 14240103.

HSL color Cylindrical-coordinate representation of color #6749D9: hue angle of 252.5º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6749D9 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 73 217 -
CMYK 0.53 0.66 0 0.15
HSL 252.5º 0.65% 0.57% -
HSV(B) 252.5º 0.66% 0.85% -
XYZ 20.5 12.66 67.01 -
YUV 98.39 194.94 131.29 -
System Red Green Blue C M Y K H S L
Decimal 103 73 217 0.53 0.66 0 0.15 252.5 0.65 0.57
Hex 67 49 D9 35 42 0 F FD 41 39
Octal 147 111 331 65 102 0 17 375 101 71
Binary 1100111 1001001 11011001 110101 1000010 0 1111 11111101 1000001 111001

Color Harmonies of #6749D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6749D9

Black with #6749D9

Text Example


Text Example

White with #6749D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6749D9; }

 p { color: rgb(103,73,217); }

 H1.HeaderClassName
 {
   color: #6749D9;
 }
 .AnyTagClassName
 {
   color: #6749D9;
 }
</style>

background-color css

<style>
 a { background-color: #6749D9; }

 a { background-color: rgb(103,73,217); }

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

border-color css

<style>
 span { border-color: #6749D9; }

 span { border-color: rgb(103,73,217); }

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