Html Css Color HEX #6B5DCD Slate Blue

📋 copy color: '#6B5DCD'

red 107 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #6B5DCD

Tints of Slate Blue #6B5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.96%

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

R = 26.42%
G = 22.96%
B = 50.62%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B5DCD (or 0x6B5DCD) is known color: Slate Blue. HEX triplet: 6B, 5D and CD. RGB value is (107,93,205). Sum of RGB (Red+Green+Blue) = 107+93+205=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B5DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DCD is #94A232. Grayscale: #6D6D6D. Windows color (decimal): -9740851 or 13458795. OLE color: 13458795.

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

Color convert

RGB 107 93 205 -
CMYK 0.48 0.55 0 0.20
HSL 247.5º 0.53% 0.58% -
HSV(B) 247.5º 0.55% 0.8% -
XYZ 21 15.36 59.62 -
YUV 109.95 181.64 125.89 -
System Red Green Blue C M Y K H S L
Decimal 107 93 205 0.48 0.55 0 0.20 247.5 0.53 0.58
Hex 6B 5D CD 30 37 0 14 F8 35 3A
Octal 153 135 315 60 67 0 24 370 65 72
Binary 1101011 1011101 11001101 110000 110111 0 10100 11111000 110101 111010

Color Harmonies of #6B5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5DCD

Black with #6B5DCD

Text Example


Text Example

White with #6B5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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