Html Css Color HEX #6A5EDE Slate Blue

📋 copy color: '#6A5EDE'

red 106 ◦ green 94 ◦ blue 222

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

Shades of Slate Blue #6A5EDE

Tints of Slate Blue #6A5EDE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.27%

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 25.12%
G = 22.27%
B = 52.61%

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

#6A5EDE (or 0x6A5EDE) is known color: Slate Blue. HEX triplet: 6A, 5E and DE. RGB value is (106,94,222). Sum of RGB (Red+Green+Blue) = 106+94+222=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A5EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5EDE is #95A121. Grayscale: #6F6F6F. Windows color (decimal): -9806114 or 14573162. OLE color: 14573162.

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

Color convert

RGB 106 94 222 -
CMYK 0.52 0.58 0 0.13
HSL 245.63º 0.66% 0.62% -
HSV(B) 245.63º 0.58% 0.87% -
XYZ 23.13 16.34 71.04 -
YUV 112.18 189.98 123.59 -
System Red Green Blue C M Y K H S L
Decimal 106 94 222 0.52 0.58 0 0.13 245.63 0.66 0.62
Hex 6A 5E DE 34 3A 0 D F6 42 3E
Octal 152 136 336 64 72 0 15 366 102 76
Binary 1101010 1011110 11011110 110100 111010 0 1101 11110110 1000010 111110

Color Harmonies of #6A5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5EDE

Black with #6A5EDE

Text Example


Text Example

White with #6A5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,94,222); }

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

background-color css

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

 a { background-color: rgb(106,94,222); }

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

border-color css

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

 span { border-color: rgb(106,94,222); }

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