Html Css Color HEX #6A5BCE Slate Blue

📋 copy color: '#6A5BCE'

red 106 ◦ green 91 ◦ blue 206

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

Shades of Slate Blue #6A5BCE

Tints of Slate Blue #6A5BCE

RGB

 RED value IS 106 (41.8% from 255) = 26.3%

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

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

R = 26.3%
G = 22.58%
B = 51.12%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A5BCE (or 0x6A5BCE) is known color: Slate Blue. HEX triplet: 6A, 5B and CE. RGB value is (106,91,206). Sum of RGB (Red+Green+Blue) = 106+91+206=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 91 (35.94% from 255 or 22.58% 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 #6A5BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BCE is #95A431. Grayscale: #6C6C6C. Windows color (decimal): -9806898 or 13523818. OLE color: 13523818.

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

Color convert

RGB 106 91 206 -
CMYK 0.49 0.56 0 0.19
HSL 247.83º 0.54% 0.58% -
HSV(B) 247.83º 0.56% 0.81% -
XYZ 20.83 15 60.19 -
YUV 108.6 182.97 126.15 -
System Red Green Blue C M Y K H S L
Decimal 106 91 206 0.49 0.56 0 0.19 247.83 0.54 0.58
Hex 6A 5B CE 31 38 0 13 F8 36 3A
Octal 152 133 316 61 70 0 23 370 66 72
Binary 1101010 1011011 11001110 110001 111000 0 10011 11111000 110110 111010

Color Harmonies of #6A5BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5BCE

Black with #6A5BCE

Text Example


Text Example

White with #6A5BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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