Html Css Color HEX #6B59DC Slate Blue

📋 copy color: '#6B59DC'

red 107 ◦ green 89 ◦ blue 220

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

Shades of Slate Blue #6B59DC

Tints of Slate Blue #6B59DC

RGB

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

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

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

R = 25.72%
G = 21.39%
B = 52.88%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B59DC (or 0x6B59DC) is known color: Slate Blue. HEX triplet: 6B, 59 and DC. RGB value is (107,89,220). Sum of RGB (Red+Green+Blue) = 107+89+220=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B59DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B59DC is #94A623. Grayscale: #6C6C6C. Windows color (decimal): -9741860 or 14440811. OLE color: 14440811.

HSL color Cylindrical-coordinate representation of color #6B59DC: hue angle of 248.24º 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 #6B59DC is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 89 220 -
CMYK 0.51 0.60 0 0.14
HSL 248.24º 0.65% 0.61% -
HSV(B) 248.24º 0.6% 0.86% -
XYZ 22.55 15.44 69.5 -
YUV 109.32 190.46 126.35 -
System Red Green Blue C M Y K H S L
Decimal 107 89 220 0.51 0.60 0 0.14 248.24 0.65 0.61
Hex 6B 59 DC 33 3C 0 E F8 41 3D
Octal 153 131 334 63 74 0 16 370 101 75
Binary 1101011 1011001 11011100 110011 111100 0 1110 11111000 1000001 111101

Color Harmonies of #6B59DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B59DC

Black with #6B59DC

Text Example


Text Example

White with #6B59DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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