Html Css Color HEX #6A5CDD Slate Blue

📋 copy color: '#6A5CDD'

red 106 ◦ green 92 ◦ blue 221

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

Shades of Slate Blue #6A5CDD

Tints of Slate Blue #6A5CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.96%

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

R = 25.3%
G = 21.96%
B = 52.74%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A5CDD (or 0x6A5CDD) is known color: Slate Blue. HEX triplet: 6A, 5C and DD. RGB value is (106,92,221). Sum of RGB (Red+Green+Blue) = 106+92+221=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A5CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5CDD is #95A322. Grayscale: #6E6E6E. Windows color (decimal): -9806627 or 14507114. OLE color: 14507114.

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

Color convert

RGB 106 92 221 -
CMYK 0.52 0.58 0 0.13
HSL 246.51º 0.65% 0.61% -
HSV(B) 246.51º 0.58% 0.87% -
XYZ 22.82 15.94 70.28 -
YUV 110.89 190.14 124.51 -
System Red Green Blue C M Y K H S L
Decimal 106 92 221 0.52 0.58 0 0.13 246.51 0.65 0.61
Hex 6A 5C DD 34 3A 0 D F7 41 3D
Octal 152 134 335 64 72 0 15 367 101 75
Binary 1101010 1011100 11011101 110100 111010 0 1101 11110111 1000001 111101

Color Harmonies of #6A5CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5CDD

Black with #6A5CDD

Text Example


Text Example

White with #6A5CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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