Html Css Color HEX #6A5DCD Slate Blue

📋 copy color: '#6A5DCD'

red 106 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #6A5DCD

Tints of Slate Blue #6A5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.02%

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

R = 26.24%
G = 23.02%
B = 50.74%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A5DCD (or 0x6A5DCD) is known color: Slate Blue. HEX triplet: 6A, 5D and CD. RGB value is (106,93,205). Sum of RGB (Red+Green+Blue) = 106+93+205=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A5DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5DCD is #95A232. Grayscale: #6D6D6D. Windows color (decimal): -9806387 or 13458794. OLE color: 13458794.

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

Color convert

RGB 106 93 205 -
CMYK 0.48 0.55 0 0.20
HSL 246.96º 0.53% 0.58% -
HSV(B) 246.96º 0.55% 0.8% -
XYZ 20.88 15.3 59.61 -
YUV 109.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 106 93 205 0.48 0.55 0 0.20 246.96 0.53 0.58
Hex 6A 5D CD 30 37 0 14 F7 35 3A
Octal 152 135 315 60 67 0 24 367 65 72
Binary 1101010 1011101 11001101 110000 110111 0 10100 11110111 110101 111010

Color Harmonies of #6A5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5DCD

Black with #6A5DCD

Text Example


Text Example

White with #6A5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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