Html Css Color HEX #6D6AC5 Slate Blue

📋 copy color: '#6D6AC5'

red 109 ◦ green 106 ◦ blue 197

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

Shades of Slate Blue #6D6AC5

Tints of Slate Blue #6D6AC5

RGB

 RED value IS 109 (42.97% from 255) = 26.46%

 GREEN value IS 106 (41.8% from 255) = 25.73%

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

R = 26.46%
G = 25.73%
B = 47.82%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6D6AC5 (or 0x6D6AC5) is known color: Slate Blue. HEX triplet: 6D, 6A and C5. RGB value is (109,106,197). Sum of RGB (Red+Green+Blue) = 109+106+197=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #6D6AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6AC5 is #92953A. Grayscale: #747474. Windows color (decimal): -9606459 or 12937837. OLE color: 12937837.

HSL color Cylindrical-coordinate representation of color #6D6AC5: hue angle of 241.98º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D6AC5 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 109 106 197 -
CMYK 0.45 0.46 0 0.23
HSL 241.98º 0.44% 0.59% -
HSV(B) 241.98º 0.46% 0.77% -
XYZ 21.54 17.59 55.08 -
YUV 117.27 172.99 122.1 -
System Red Green Blue C M Y K H S L
Decimal 109 106 197 0.45 0.46 0 0.23 241.98 0.44 0.59
Hex 6D 6A C5 2D 2E 0 17 F2 2C 3B
Octal 155 152 305 55 56 0 27 362 54 73
Binary 1101101 1101010 11000101 101101 101110 0 10111 11110010 101100 111011

Color Harmonies of #6D6AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6AC5

Black with #6D6AC5

Text Example


Text Example

White with #6D6AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D6AC5; }

 p { color: rgb(109,106,197); }

 H1.HeaderClassName
 {
   color: #6D6AC5;
 }
 .AnyTagClassName
 {
   color: #6D6AC5;
 }
</style>

background-color css

<style>
 a { background-color: #6D6AC5; }

 a { background-color: rgb(109,106,197); }

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

border-color css

<style>
 span { border-color: #6D6AC5; }

 span { border-color: rgb(109,106,197); }

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