Html Css Color HEX #6B5ECD Slate Blue

📋 copy color: '#6B5ECD'

red 107 ◦ green 94 ◦ blue 205

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

Shades of Slate Blue #6B5ECD

Tints of Slate Blue #6B5ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.15%

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

R = 26.35%
G = 23.15%
B = 50.49%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B5ECD (or 0x6B5ECD) is known color: Slate Blue. HEX triplet: 6B, 5E and CD. RGB value is (107,94,205). Sum of RGB (Red+Green+Blue) = 107+94+205=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B5ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5ECD is #94A132. Grayscale: #6E6E6E. Windows color (decimal): -9740595 or 13459051. OLE color: 13459051.

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

Color convert

RGB 107 94 205 -
CMYK 0.48 0.54 0 0.20
HSL 247.03º 0.53% 0.59% -
HSV(B) 247.03º 0.54% 0.8% -
XYZ 21.09 15.54 59.65 -
YUV 110.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 107 94 205 0.48 0.54 0 0.20 247.03 0.53 0.59
Hex 6B 5E CD 30 36 0 14 F7 35 3B
Octal 153 136 315 60 66 0 24 367 65 73
Binary 1101011 1011110 11001101 110000 110110 0 10100 11110111 110101 111011

Color Harmonies of #6B5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5ECD

Black with #6B5ECD

Text Example


Text Example

White with #6B5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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