Html Css Color HEX #6A5BDE Slate Blue

📋 copy color: '#6A5BDE'

red 106 ◦ green 91 ◦ blue 222

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

Shades of Slate Blue #6A5BDE

Tints of Slate Blue #6A5BDE

RGB

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

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

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

R = 25.3%
G = 21.72%
B = 52.98%

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

#6A5BDE (or 0x6A5BDE) is known color: Slate Blue. HEX triplet: 6A, 5B and DE. RGB value is (106,91,222). Sum of RGB (Red+Green+Blue) = 106+91+222=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A5BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BDE is #95A421. Grayscale: #6D6D6D. Windows color (decimal): -9806882 or 14572394. OLE color: 14572394.

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

Color convert

RGB 106 91 222 -
CMYK 0.52 0.59 0 0.13
HSL 246.87º 0.66% 0.61% -
HSV(B) 246.87º 0.59% 0.87% -
XYZ 22.87 15.82 70.96 -
YUV 110.42 190.97 124.85 -
System Red Green Blue C M Y K H S L
Decimal 106 91 222 0.52 0.59 0 0.13 246.87 0.66 0.61
Hex 6A 5B DE 34 3B 0 D F7 42 3D
Octal 152 133 336 64 73 0 15 367 102 75
Binary 1101010 1011011 11011110 110100 111011 0 1101 11110111 1000010 111101

Color Harmonies of #6A5BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5BDE

Black with #6A5BDE

Text Example


Text Example

White with #6A5BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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