Html Css Color HEX #6849CF Slate Blue

📋 copy color: '#6849CF'

red 104 ◦ green 73 ◦ blue 207

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

Shades of Slate Blue #6849CF

Tints of Slate Blue #6849CF

RGB

 RED value IS 104 (41.02% from 255) = 27.08%

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

 BLUE value IS 207 (81.25% from 255) = 53.91%

R = 27.08%
G = 19.01%
B = 53.91%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6849CF (or 0x6849CF) is known color: Slate Blue. HEX triplet: 68, 49 and CF. RGB value is (104,73,207). Sum of RGB (Red+Green+Blue) = 104+73+207=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #6849CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6849CF is #97B630. Grayscale: #616161. Windows color (decimal): -9942577 or 13584744. OLE color: 13584744.

HSL color Cylindrical-coordinate representation of color #6849CF: hue angle of 253.88º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6849CF is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 73 207 -
CMYK 0.50 0.65 0 0.19
HSL 253.88º 0.58% 0.55% -
HSV(B) 253.88º 0.65% 0.81% -
XYZ 19.35 12.21 60.37 -
YUV 97.55 189.77 132.6 -
System Red Green Blue C M Y K H S L
Decimal 104 73 207 0.50 0.65 0 0.19 253.88 0.58 0.55
Hex 68 49 CF 32 41 0 13 FE 3A 37
Octal 150 111 317 62 101 0 23 376 72 67
Binary 1101000 1001001 11001111 110010 1000001 0 10011 11111110 111010 110111

Color Harmonies of #6849CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6849CF

Black with #6849CF

Text Example


Text Example

White with #6849CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6849CF; }

 p { color: rgb(104,73,207); }

 H1.HeaderClassName
 {
   color: #6849CF;
 }
 .AnyTagClassName
 {
   color: #6849CF;
 }
</style>

background-color css

<style>
 a { background-color: #6849CF; }

 a { background-color: rgb(104,73,207); }

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

border-color css

<style>
 span { border-color: #6849CF; }

 span { border-color: rgb(104,73,207); }

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