Html Css Color HEX #6559DA Slate Blue

📋 copy color: '#6559DA'

red 101 ◦ green 89 ◦ blue 218

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

Shades of Slate Blue #6559DA

Tints of Slate Blue #6559DA

RGB

 RED value IS 101 (39.84% from 255) = 24.75%

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

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 24.75%
G = 21.81%
B = 53.43%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6559DA (or 0x6559DA) is known color: Slate Blue. HEX triplet: 65, 59 and DA. RGB value is (101,89,218). Sum of RGB (Red+Green+Blue) = 101+89+218=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #6559DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6559DA is #9AA625. Grayscale: #6A6A6A. Windows color (decimal): -10135078 or 14309733. OLE color: 14309733.

HSL color Cylindrical-coordinate representation of color #6559DA: hue angle of 245.58º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6559DA is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 89 218 -
CMYK 0.54 0.59 0 0.15
HSL 245.58º 0.64% 0.6% -
HSV(B) 245.58º 0.59% 0.85% -
XYZ 21.59 14.97 68.08 -
YUV 107.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 101 89 218 0.54 0.59 0 0.15 245.58 0.64 0.6
Hex 65 59 DA 36 3B 0 F F6 40 3C
Octal 145 131 332 66 73 0 17 366 100 74
Binary 1100101 1011001 11011010 110110 111011 0 1111 11110110 1000000 111100

Color Harmonies of #6559DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6559DA

Black with #6559DA

Text Example


Text Example

White with #6559DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6559DA; }

 p { color: rgb(101,89,218); }

 H1.HeaderClassName
 {
   color: #6559DA;
 }
 .AnyTagClassName
 {
   color: #6559DA;
 }
</style>

background-color css

<style>
 a { background-color: #6559DA; }

 a { background-color: rgb(101,89,218); }

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

border-color css

<style>
 span { border-color: #6559DA; }

 span { border-color: rgb(101,89,218); }

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