Html Css Color HEX #6559BF Slate Blue

📋 copy color: '#6559BF'

red 101 ◦ green 89 ◦ blue 191

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

Shades of Slate Blue #6559BF

Tints of Slate Blue #6559BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.13%

R = 26.51%
G = 23.36%
B = 50.13%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6559BF (or 0x6559BF) is known color: Slate Blue. HEX triplet: 65, 59 and BF. RGB value is (101,89,191). Sum of RGB (Red+Green+Blue) = 101+89+191=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #6559BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6559BF is #9AA640. Grayscale: #676767. Windows color (decimal): -10135105 or 12540261. OLE color: 12540261.

HSL color Cylindrical-coordinate representation of color #6559BF: hue angle of 247.06º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6559BF is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 89 191 -
CMYK 0.47 0.53 0 0.25
HSL 247.06º 0.44% 0.55% -
HSV(B) 247.06º 0.53% 0.75% -
XYZ 18.34 13.67 50.96 -
YUV 104.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 101 89 191 0.47 0.53 0 0.25 247.06 0.44 0.55
Hex 65 59 BF 2F 35 0 19 F7 2C 37
Octal 145 131 277 57 65 0 31 367 54 67
Binary 1100101 1011001 10111111 101111 110101 0 11001 11110111 101100 110111

Color Harmonies of #6559BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6559BF

Black with #6559BF

Text Example


Text Example

White with #6559BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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