Html Css Color HEX #6A5BBF Slate Blue

📋 copy color: '#6A5BBF'

red 106 ◦ green 91 ◦ blue 191

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

Shades of Slate Blue #6A5BBF

Tints of Slate Blue #6A5BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.23%

R = 27.32%
G = 23.45%
B = 49.23%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A5BBF (or 0x6A5BBF) is known color: Slate Blue. HEX triplet: 6A, 5B and BF. RGB value is (106,91,191). Sum of RGB (Red+Green+Blue) = 106+91+191=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A5BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BBF is #95A440. Grayscale: #6A6A6A. Windows color (decimal): -9806913 or 12540778. OLE color: 12540778.

HSL color Cylindrical-coordinate representation of color #6A5BBF: hue angle of 249º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A5BBF is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 91 191 -
CMYK 0.45 0.52 0 0.25
HSL 249º 0.44% 0.55% -
HSV(B) 249º 0.52% 0.75% -
XYZ 19.09 14.31 51.05 -
YUV 106.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 106 91 191 0.45 0.52 0 0.25 249 0.44 0.55
Hex 6A 5B BF 2D 34 0 19 F9 2C 37
Octal 152 133 277 55 64 0 31 371 54 67
Binary 1101010 1011011 10111111 101101 110100 0 11001 11111001 101100 110111

Color Harmonies of #6A5BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5BBF

Black with #6A5BBF

Text Example


Text Example

White with #6A5BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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