Html Css Color HEX #6B5ACE Slate Blue

📋 copy color: '#6B5ACE'

red 107 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #6B5ACE

Tints of Slate Blue #6B5ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.33%

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

R = 26.55%
G = 22.33%
B = 51.12%

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

#6B5ACE (or 0x6B5ACE) is known color: Slate Blue. HEX triplet: 6B, 5A and CE. RGB value is (107,90,206). Sum of RGB (Red+Green+Blue) = 107+90+206=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B5ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5ACE is #94A531. Grayscale: #6B6B6B. Windows color (decimal): -9741618 or 13523563. OLE color: 13523563.

HSL color Cylindrical-coordinate representation of color #6B5ACE: hue angle of 248.79º 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 #6B5ACE is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 90 206 -
CMYK 0.48 0.56 0 0.19
HSL 248.79º 0.54% 0.58% -
HSV(B) 248.79º 0.56% 0.81% -
XYZ 20.86 14.89 60.17 -
YUV 108.31 183.13 127.07 -
System Red Green Blue C M Y K H S L
Decimal 107 90 206 0.48 0.56 0 0.19 248.79 0.54 0.58
Hex 6B 5A CE 30 38 0 13 F9 36 3A
Octal 153 132 316 60 70 0 23 371 66 72
Binary 1101011 1011010 11001110 110000 111000 0 10011 11111001 110110 111010

Color Harmonies of #6B5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5ACE

Black with #6B5ACE

Text Example


Text Example

White with #6B5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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