Html Css Color HEX #6C5BC0 Slate Blue

📋 copy color: '#6C5BC0'

red 108 ◦ green 91 ◦ blue 192

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

Shades of Slate Blue #6C5BC0

Tints of Slate Blue #6C5BC0

RGB

 RED value IS 108 (42.58% from 255) = 27.62%

 GREEN value IS 91 (35.94% from 255) = 23.27%

 BLUE value IS 192 (75.39% from 255) = 49.1%

R = 27.62%
G = 23.27%
B = 49.1%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C5BC0 (or 0x6C5BC0) is known color: Slate Blue. HEX triplet: 6C, 5B and C0. RGB value is (108,91,192). Sum of RGB (Red+Green+Blue) = 108+91+192=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #6C5BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5BC0 is #93A43F. Grayscale: #6B6B6B. Windows color (decimal): -9675840 or 12606316. OLE color: 12606316.

HSL color Cylindrical-coordinate representation of color #6C5BC0: hue angle of 250.1º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C5BC0 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 91 192 -
CMYK 0.44 0.53 0 0.25
HSL 250.1º 0.44% 0.55% -
HSV(B) 250.1º 0.53% 0.75% -
XYZ 19.44 14.48 51.64 -
YUV 107.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 108 91 192 0.44 0.53 0 0.25 250.1 0.44 0.55
Hex 6C 5B C0 2C 35 0 19 FA 2C 37
Octal 154 133 300 54 65 0 31 372 54 67
Binary 1101100 1011011 11000000 101100 110101 0 11001 11111010 101100 110111

Color Harmonies of #6C5BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5BC0

Black with #6C5BC0

Text Example


Text Example

White with #6C5BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,91,192); }

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

background-color css

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

 a { background-color: rgb(108,91,192); }

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

border-color css

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

 span { border-color: rgb(108,91,192); }

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