Html Css Color HEX #6B5BCE Slate Blue

📋 copy color: '#6B5BCE'

red 107 ◦ green 91 ◦ blue 206

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

Shades of Slate Blue #6B5BCE

Tints of Slate Blue #6B5BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 26.49%
G = 22.52%
B = 50.99%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B5BCE (or 0x6B5BCE) is known color: Slate Blue. HEX triplet: 6B, 5B and CE. RGB value is (107,91,206). Sum of RGB (Red+Green+Blue) = 107+91+206=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B5BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5BCE is #94A431. Grayscale: #6C6C6C. Windows color (decimal): -9741362 or 13523819. OLE color: 13523819.

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

Color convert

RGB 107 91 206 -
CMYK 0.48 0.56 0 0.19
HSL 248.35º 0.54% 0.58% -
HSV(B) 248.35º 0.56% 0.81% -
XYZ 20.95 15.06 60.2 -
YUV 108.89 182.8 126.65 -
System Red Green Blue C M Y K H S L
Decimal 107 91 206 0.48 0.56 0 0.19 248.35 0.54 0.58
Hex 6B 5B CE 30 38 0 13 F8 36 3A
Octal 153 133 316 60 70 0 23 370 66 72
Binary 1101011 1011011 11001110 110000 111000 0 10011 11111000 110110 111010

Color Harmonies of #6B5BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5BCE

Black with #6B5BCE

Text Example


Text Example

White with #6B5BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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