Html Css Color HEX #6849CD Slate Blue

📋 copy color: '#6849CD'

red 104 ◦ green 73 ◦ blue 205

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

Shades of Slate Blue #6849CD

Tints of Slate Blue #6849CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 27.23%
G = 19.11%
B = 53.66%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6849CD (or 0x6849CD) is known color: Slate Blue. HEX triplet: 68, 49 and CD. RGB value is (104,73,205). Sum of RGB (Red+Green+Blue) = 104+73+205=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #6849CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6849CD is #97B632. Grayscale: #606060. Windows color (decimal): -9942579 or 13453672. OLE color: 13453672.

HSL color Cylindrical-coordinate representation of color #6849CD: hue angle of 254.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6849CD is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 73 205 -
CMYK 0.49 0.64 0 0.20
HSL 254.09º 0.57% 0.55% -
HSV(B) 254.09º 0.64% 0.8% -
XYZ 19.11 12.12 59.09 -
YUV 97.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 104 73 205 0.49 0.64 0 0.20 254.09 0.57 0.55
Hex 68 49 CD 31 40 0 14 FE 39 37
Octal 150 111 315 61 100 0 24 376 71 67
Binary 1101000 1001001 11001101 110001 1000000 0 10100 11111110 111001 110111

Color Harmonies of #6849CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6849CD

Black with #6849CD

Text Example


Text Example

White with #6849CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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