Html Css Color HEX #6A5BCA Slate Blue

📋 copy color: '#6A5BCA'

red 106 ◦ green 91 ◦ blue 202

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

Shades of Slate Blue #6A5BCA

Tints of Slate Blue #6A5BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.81%

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

R = 26.57%
G = 22.81%
B = 50.63%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6A5BCA (or 0x6A5BCA) is known color: Slate Blue. HEX triplet: 6A, 5B and CA. RGB value is (106,91,202). Sum of RGB (Red+Green+Blue) = 106+91+202=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A5BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BCA is #95A435. Grayscale: #6B6B6B. Windows color (decimal): -9806902 or 13261674. OLE color: 13261674.

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

Color convert

RGB 106 91 202 -
CMYK 0.48 0.55 0 0.21
HSL 248.11º 0.51% 0.57% -
HSV(B) 248.11º 0.55% 0.79% -
XYZ 20.35 14.81 57.66 -
YUV 108.14 180.97 126.47 -
System Red Green Blue C M Y K H S L
Decimal 106 91 202 0.48 0.55 0 0.21 248.11 0.51 0.57
Hex 6A 5B CA 30 37 0 15 F8 33 39
Octal 152 133 312 60 67 0 25 370 63 71
Binary 1101010 1011011 11001010 110000 110111 0 10101 11111000 110011 111001

Color Harmonies of #6A5BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5BCA

Black with #6A5BCA

Text Example


Text Example

White with #6A5BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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