Html Css Color HEX #6B59D7 Slate Blue

📋 copy color: '#6B59D7'

red 107 ◦ green 89 ◦ blue 215

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

Shades of Slate Blue #6B59D7

Tints of Slate Blue #6B59D7

RGB

 RED value IS 107 (42.19% from 255) = 26.03%

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

 BLUE value IS 215 (84.38% from 255) = 52.31%

R = 26.03%
G = 21.65%
B = 52.31%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6B59D7 (or 0x6B59D7) is known color: Slate Blue. HEX triplet: 6B, 59 and D7. RGB value is (107,89,215). Sum of RGB (Red+Green+Blue) = 107+89+215=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #6B59D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B59D7 is #94A628. Grayscale: #6C6C6C. Windows color (decimal): -9741865 or 14113131. OLE color: 14113131.

HSL color Cylindrical-coordinate representation of color #6B59D7: hue angle of 248.57º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B59D7 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 89 215 -
CMYK 0.50 0.59 0 0.16
HSL 248.57º 0.61% 0.6% -
HSV(B) 248.57º 0.59% 0.84% -
XYZ 21.9 15.18 66.07 -
YUV 108.75 187.96 126.75 -
System Red Green Blue C M Y K H S L
Decimal 107 89 215 0.50 0.59 0 0.16 248.57 0.61 0.6
Hex 6B 59 D7 32 3B 0 10 F9 3D 3C
Octal 153 131 327 62 73 0 20 371 75 74
Binary 1101011 1011001 11010111 110010 111011 0 10000 11111001 111101 111100

Color Harmonies of #6B59D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B59D7

Black with #6B59D7

Text Example


Text Example

White with #6B59D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,89,215); }

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

background-color css

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

 a { background-color: rgb(107,89,215); }

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

border-color css

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

 span { border-color: rgb(107,89,215); }

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