Html Css Color HEX #6A5BDD Slate Blue

📋 copy color: '#6A5BDD'

red 106 ◦ green 91 ◦ blue 221

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

Shades of Slate Blue #6A5BDD

Tints of Slate Blue #6A5BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 25.36%
G = 21.77%
B = 52.87%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A5BDD (or 0x6A5BDD) is known color: Slate Blue. HEX triplet: 6A, 5B and DD. RGB value is (106,91,221). Sum of RGB (Red+Green+Blue) = 106+91+221=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A5BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BDD is #95A422. Grayscale: #6D6D6D. Windows color (decimal): -9806883 or 14506858. OLE color: 14506858.

HSL color Cylindrical-coordinate representation of color #6A5BDD: hue angle of 246.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A5BDD is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 91 221 -
CMYK 0.52 0.59 0 0.13
HSL 246.92º 0.66% 0.61% -
HSV(B) 246.92º 0.59% 0.87% -
XYZ 22.74 15.77 70.25 -
YUV 110.31 190.47 124.93 -
System Red Green Blue C M Y K H S L
Decimal 106 91 221 0.52 0.59 0 0.13 246.92 0.66 0.61
Hex 6A 5B DD 34 3B 0 D F7 42 3D
Octal 152 133 335 64 73 0 15 367 102 75
Binary 1101010 1011011 11011101 110100 111011 0 1101 11110111 1000010 111101

Color Harmonies of #6A5BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5BDD

Black with #6A5BDD

Text Example


Text Example

White with #6A5BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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