Html Css Color HEX #6A5DCA Slate Blue

📋 copy color: '#6A5DCA'

red 106 ◦ green 93 ◦ blue 202

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

Shades of Slate Blue #6A5DCA

Tints of Slate Blue #6A5DCA

RGB

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

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

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

R = 26.43%
G = 23.19%
B = 50.37%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6A5DCA (or 0x6A5DCA) is known color: Slate Blue. HEX triplet: 6A, 5D and CA. RGB value is (106,93,202). Sum of RGB (Red+Green+Blue) = 106+93+202=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A5DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5DCA is #95A235. Grayscale: #6C6C6C. Windows color (decimal): -9806390 or 13262186. OLE color: 13262186.

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

Color convert

RGB 106 93 202 -
CMYK 0.48 0.54 0 0.21
HSL 247.16º 0.51% 0.58% -
HSV(B) 247.16º 0.54% 0.79% -
XYZ 20.52 15.16 57.72 -
YUV 109.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 106 93 202 0.48 0.54 0 0.21 247.16 0.51 0.58
Hex 6A 5D CA 30 36 0 15 F7 33 3A
Octal 152 135 312 60 66 0 25 367 63 72
Binary 1101010 1011101 11001010 110000 110110 0 10101 11110111 110011 111010

Color Harmonies of #6A5DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5DCA

Black with #6A5DCA

Text Example


Text Example

White with #6A5DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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