Html Css Color HEX #6A52E8 Slate Blue

📋 copy color: '#6A52E8'

red 106 ◦ green 82 ◦ blue 232

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

Shades of Slate Blue #6A52E8

Tints of Slate Blue #6A52E8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.52%

 BLUE value IS 232 (91.02% from 255) = 55.24%

R = 25.24%
G = 19.52%
B = 55.24%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6A52E8 (or 0x6A52E8) is known color: Slate Blue. HEX triplet: 6A, 52 and E8. RGB value is (106,82,232). Sum of RGB (Red+Green+Blue) = 106+82+232=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 232 (91.02% from 255 or 55.24% from 420); Max value from RGB is 232 - color contains mainly: blue. Hex color #6A52E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A52E8 is #95AD17. Grayscale: #696969. Windows color (decimal): -9809176 or 15225450. OLE color: 15225450.

HSL color Cylindrical-coordinate representation of color #6A52E8: hue angle of 249.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A52E8 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 82 232 -
CMYK 0.54 0.65 0 0.09
HSL 249.6º 0.77% 0.62% -
HSV(B) 249.6º 0.65% 0.91% -
XYZ 23.53 14.92 77.98 -
YUV 106.28 198.95 127.8 -
System Red Green Blue C M Y K H S L
Decimal 106 82 232 0.54 0.65 0 0.09 249.6 0.77 0.62
Hex 6A 52 E8 36 41 0 9 FA 4D 3E
Octal 152 122 350 66 101 0 11 372 115 76
Binary 1101010 1010010 11101000 110110 1000001 0 1001 11111010 1001101 111110

Color Harmonies of #6A52E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A52E8

Black with #6A52E8

Text Example


Text Example

White with #6A52E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,82,232); }

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

background-color css

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

 a { background-color: rgb(106,82,232); }

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

border-color css

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

 span { border-color: rgb(106,82,232); }

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