Html Css Color HEX #6B5AD6 Slate Blue

📋 copy color: '#6B5AD6'

red 107 ◦ green 90 ◦ blue 214

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

Shades of Slate Blue #6B5AD6

Tints of Slate Blue #6B5AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.07%

R = 26.03%
G = 21.9%
B = 52.07%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6B5AD6 (or 0x6B5AD6) is known color: Slate Blue. HEX triplet: 6B, 5A and D6. RGB value is (107,90,214). Sum of RGB (Red+Green+Blue) = 107+90+214=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B5AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5AD6 is #94A529. Grayscale: #6C6C6C. Windows color (decimal): -9741610 or 14047851. OLE color: 14047851.

HSL color Cylindrical-coordinate representation of color #6B5AD6: hue angle of 248.23º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B5AD6 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 90 214 -
CMYK 0.50 0.58 0 0.16
HSL 248.23º 0.6% 0.6% -
HSV(B) 248.23º 0.58% 0.84% -
XYZ 21.86 15.29 65.42 -
YUV 109.22 187.13 126.42 -
System Red Green Blue C M Y K H S L
Decimal 107 90 214 0.50 0.58 0 0.16 248.23 0.6 0.6
Hex 6B 5A D6 32 3A 0 10 F8 3C 3C
Octal 153 132 326 62 72 0 20 370 74 74
Binary 1101011 1011010 11010110 110010 111010 0 10000 11111000 111100 111100

Color Harmonies of #6B5AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5AD6

Black with #6B5AD6

Text Example


Text Example

White with #6B5AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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