Html Css Color HEX #6A5CDE Slate Blue

📋 copy color: '#6A5CDE'

red 106 ◦ green 92 ◦ blue 222

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

Shades of Slate Blue #6A5CDE

Tints of Slate Blue #6A5CDE

RGB

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

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

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

R = 25.24%
G = 21.9%
B = 52.86%

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

#6A5CDE (or 0x6A5CDE) is known color: Slate Blue. HEX triplet: 6A, 5C and DE. RGB value is (106,92,222). Sum of RGB (Red+Green+Blue) = 106+92+222=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A5CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5CDE is #95A321. Grayscale: #6E6E6E. Windows color (decimal): -9806626 or 14572650. OLE color: 14572650.

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

Color convert

RGB 106 92 222 -
CMYK 0.52 0.59 0 0.13
HSL 246.46º 0.66% 0.62% -
HSV(B) 246.46º 0.59% 0.87% -
XYZ 22.96 15.99 70.98 -
YUV 111.01 190.64 124.43 -
System Red Green Blue C M Y K H S L
Decimal 106 92 222 0.52 0.59 0 0.13 246.46 0.66 0.62
Hex 6A 5C DE 34 3B 0 D F6 42 3E
Octal 152 134 336 64 73 0 15 366 102 76
Binary 1101010 1011100 11011110 110100 111011 0 1101 11110110 1000010 111110

Color Harmonies of #6A5CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5CDE

Black with #6A5CDE

Text Example


Text Example

White with #6A5CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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