Html Css Color HEX #6A59DC Slate Blue

📋 copy color: '#6A59DC'

red 106 ◦ green 89 ◦ blue 220

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

Shades of Slate Blue #6A59DC

Tints of Slate Blue #6A59DC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.45%

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 25.54%
G = 21.45%
B = 53.01%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A59DC (or 0x6A59DC) is known color: Slate Blue. HEX triplet: 6A, 59 and DC. RGB value is (106,89,220). Sum of RGB (Red+Green+Blue) = 106+89+220=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A59DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A59DC is #95A623. Grayscale: #6C6C6C. Windows color (decimal): -9807396 or 14440810. OLE color: 14440810.

HSL color Cylindrical-coordinate representation of color #6A59DC: hue angle of 247.79º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A59DC is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 89 220 -
CMYK 0.52 0.60 0 0.14
HSL 247.79º 0.65% 0.61% -
HSV(B) 247.79º 0.6% 0.86% -
XYZ 22.43 15.38 69.5 -
YUV 109.02 190.63 125.85 -
System Red Green Blue C M Y K H S L
Decimal 106 89 220 0.52 0.60 0 0.14 247.79 0.65 0.61
Hex 6A 59 DC 34 3C 0 E F8 41 3D
Octal 152 131 334 64 74 0 16 370 101 75
Binary 1101010 1011001 11011100 110100 111100 0 1110 11111000 1000001 111101

Color Harmonies of #6A59DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A59DC

Black with #6A59DC

Text Example


Text Example

White with #6A59DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,89,220); }

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

background-color css

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

 a { background-color: rgb(106,89,220); }

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

border-color css

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

 span { border-color: rgb(106,89,220); }

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