Html Css Color HEX #6B5BCD Slate Blue

📋 copy color: '#6B5BCD'

red 107 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #6B5BCD

Tints of Slate Blue #6B5BCD

RGB

 RED value IS 107 (42.19% from 255) = 26.55%

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

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

R = 26.55%
G = 22.58%
B = 50.87%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B5BCD (or 0x6B5BCD) is known color: Slate Blue. HEX triplet: 6B, 5B and CD. RGB value is (107,91,205). Sum of RGB (Red+Green+Blue) = 107+91+205=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B5BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5BCD is #94A432. Grayscale: #6C6C6C. Windows color (decimal): -9741363 or 13458283. OLE color: 13458283.

HSL color Cylindrical-coordinate representation of color #6B5BCD: hue angle of 248.42º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B5BCD is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 91 205 -
CMYK 0.48 0.56 0 0.20
HSL 248.42º 0.53% 0.58% -
HSV(B) 248.42º 0.56% 0.8% -
XYZ 20.82 15.02 59.56 -
YUV 108.78 182.3 126.73 -
System Red Green Blue C M Y K H S L
Decimal 107 91 205 0.48 0.56 0 0.20 248.42 0.53 0.58
Hex 6B 5B CD 30 38 0 14 F8 35 3A
Octal 153 133 315 60 70 0 24 370 65 72
Binary 1101011 1011011 11001101 110000 111000 0 10100 11111000 110101 111010

Color Harmonies of #6B5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5BCD

Black with #6B5BCD

Text Example


Text Example

White with #6B5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,91,205); }

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

background-color css

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

 a { background-color: rgb(107,91,205); }

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

border-color css

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

 span { border-color: rgb(107,91,205); }

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