Html Css Color HEX #6845C5 Slate Blue

📋 copy color: '#6845C5'

red 104 ◦ green 69 ◦ blue 197

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

Shades of Slate Blue #6845C5

Tints of Slate Blue #6845C5

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.65%

 BLUE value IS 197 (77.34% from 255) = 53.24%

R = 28.11%
G = 18.65%
B = 53.24%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6845C5 (or 0x6845C5) is known color: Slate Blue. HEX triplet: 68, 45 and C5. RGB value is (104,69,197). Sum of RGB (Red+Green+Blue) = 104+69+197=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 197 (77.34% from 255 or 53.24% from 370); Max value from RGB is 197 - color contains mainly: blue. Hex color #6845C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6845C5 is #97BA3A. Grayscale: #5D5D5D. Windows color (decimal): -9943611 or 12928360. OLE color: 12928360.

HSL color Cylindrical-coordinate representation of color #6845C5: hue angle of 256.41º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6845C5 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 69 197 -
CMYK 0.47 0.65 0 0.23
HSL 256.41º 0.52% 0.52% -
HSV(B) 256.41º 0.65% 0.77% -
XYZ 17.92 11.23 54.05 -
YUV 94.06 186.1 135.09 -
System Red Green Blue C M Y K H S L
Decimal 104 69 197 0.47 0.65 0 0.23 256.41 0.52 0.52
Hex 68 45 C5 2F 41 0 17 100 34 34
Octal 150 105 305 57 101 0 27 400 64 64
Binary 1101000 1000101 11000101 101111 1000001 0 10111 100000000 110100 110100

Color Harmonies of #6845C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6845C5

Black with #6845C5

Text Example


Text Example

White with #6845C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6845C5; }

 p { color: rgb(104,69,197); }

 H1.HeaderClassName
 {
   color: #6845C5;
 }
 .AnyTagClassName
 {
   color: #6845C5;
 }
</style>

background-color css

<style>
 a { background-color: #6845C5; }

 a { background-color: rgb(104,69,197); }

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

border-color css

<style>
 span { border-color: #6845C5; }

 span { border-color: rgb(104,69,197); }

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