Html Css Color HEX #6A5ACD SlateBlue

📋 copy color: '#6A5ACD'

red 106 ◦ green 90 ◦ blue 205

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

Shades of SlateBlue #6A5ACD

Tints of SlateBlue #6A5ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.44%

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 26.43%
G = 22.44%
B = 51.12%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A5ACD (or 0x6A5ACD) is known color: SlateBlue. HEX triplet: 6A, 5A and CD. RGB value is (106,90,205). Sum of RGB (Red+Green+Blue) = 106+90+205=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A5ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5ACD is #95A532. Grayscale: #6B6B6B. Windows color (decimal): -9807155 or 13458026. OLE color: 13458026.

HSL color Cylindrical-coordinate representation of color #6A5ACD: hue angle of 248.35º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A5ACD is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 90 205 -
CMYK 0.48 0.56 0 0.20
HSL 248.35º 0.53% 0.58% -
HSV(B) 248.35º 0.56% 0.8% -
XYZ 20.62 14.78 59.52 -
YUV 107.89 182.8 126.65 -
System Red Green Blue C M Y K H S L
Decimal 106 90 205 0.48 0.56 0 0.20 248.35 0.53 0.58
Hex 6A 5A CD 30 38 0 14 F8 35 3A
Octal 152 132 315 60 70 0 24 370 65 72
Binary 1101010 1011010 11001101 110000 111000 0 10100 11111000 110101 111010

Color Harmonies of #6A5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5ACD

Black with #6A5ACD

Text Example


Text Example

White with #6A5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,90,205); }

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

background-color css

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

 a { background-color: rgb(106,90,205); }

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

border-color css

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

 span { border-color: rgb(106,90,205); }

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