Html Css Color HEX #6A5ECA Slate Blue

📋 copy color: '#6A5ECA'

red 106 ◦ green 94 ◦ blue 202

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

Shades of Slate Blue #6A5ECA

Tints of Slate Blue #6A5ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.25%

R = 26.37%
G = 23.38%
B = 50.25%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6A5ECA (or 0x6A5ECA) is known color: Slate Blue. HEX triplet: 6A, 5E and CA. RGB value is (106,94,202). Sum of RGB (Red+Green+Blue) = 106+94+202=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A5ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5ECA is #95A135. Grayscale: #6D6D6D. Windows color (decimal): -9806134 or 13262442. OLE color: 13262442.

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

Color convert

RGB 106 94 202 -
CMYK 0.48 0.53 0 0.21
HSL 246.67º 0.5% 0.58% -
HSV(B) 246.67º 0.53% 0.79% -
XYZ 20.61 15.33 57.75 -
YUV 109.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 106 94 202 0.48 0.53 0 0.21 246.67 0.5 0.58
Hex 6A 5E CA 30 35 0 15 F7 32 3A
Octal 152 136 312 60 65 0 25 367 62 72
Binary 1101010 1011110 11001010 110000 110101 0 10101 11110111 110010 111010

Color Harmonies of #6A5ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5ECA

Black with #6A5ECA

Text Example


Text Example

White with #6A5ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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