Html Css Color HEX #6A5BC9 Slate Blue

📋 copy color: '#6A5BC9'

red 106 ◦ green 91 ◦ blue 201

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

Shades of Slate Blue #6A5BC9

Tints of Slate Blue #6A5BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.5%

R = 26.63%
G = 22.86%
B = 50.5%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6A5BC9 (or 0x6A5BC9) is known color: Slate Blue. HEX triplet: 6A, 5B and C9. RGB value is (106,91,201). Sum of RGB (Red+Green+Blue) = 106+91+201=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #6A5BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BC9 is #95A436. Grayscale: #6B6B6B. Windows color (decimal): -9806903 or 13196138. OLE color: 13196138.

HSL color Cylindrical-coordinate representation of color #6A5BC9: hue angle of 248.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A5BC9 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 106 91 201 -
CMYK 0.47 0.55 0 0.21
HSL 248.18º 0.5% 0.57% -
HSV(B) 248.18º 0.55% 0.79% -
XYZ 20.23 14.76 57.04 -
YUV 108.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 106 91 201 0.47 0.55 0 0.21 248.18 0.5 0.57
Hex 6A 5B C9 2F 37 0 15 F8 32 39
Octal 152 133 311 57 67 0 25 370 62 71
Binary 1101010 1011011 11001001 101111 110111 0 10101 11111000 110010 111001

Color Harmonies of #6A5BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5BC9

Black with #6A5BC9

Text Example


Text Example

White with #6A5BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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