Html Css Color HEX #6845D7 Slate Blue

📋 copy color: '#6845D7'

red 104 ◦ green 69 ◦ blue 215

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

Shades of Slate Blue #6845D7

Tints of Slate Blue #6845D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.41%

R = 26.8%
G = 17.78%
B = 55.41%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6845D7 (or 0x6845D7) is known color: Slate Blue. HEX triplet: 68, 45 and D7. RGB value is (104,69,215). Sum of RGB (Red+Green+Blue) = 104+69+215=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 215 (84.38% from 255 or 55.41% from 388); Max value from RGB is 215 - color contains mainly: blue. Hex color #6845D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6845D7 is #97BA28. Grayscale: #5F5F5F. Windows color (decimal): -9943593 or 14108008. OLE color: 14108008.

HSL color Cylindrical-coordinate representation of color #6845D7: hue angle of 254.38º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6845D7 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 69 215 -
CMYK 0.52 0.68 0 0.16
HSL 254.38º 0.65% 0.56% -
HSV(B) 254.38º 0.68% 0.84% -
XYZ 20.1 12.11 65.57 -
YUV 96.11 195.1 133.63 -
System Red Green Blue C M Y K H S L
Decimal 104 69 215 0.52 0.68 0 0.16 254.38 0.65 0.56
Hex 68 45 D7 34 44 0 10 FE 41 38
Octal 150 105 327 64 104 0 20 376 101 70
Binary 1101000 1000101 11010111 110100 1000100 0 10000 11111110 1000001 111000

Color Harmonies of #6845D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6845D7

Black with #6845D7

Text Example


Text Example

White with #6845D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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