Html Css Color HEX #6959DC Slate Blue

📋 copy color: '#6959DC'

red 105 ◦ green 89 ◦ blue 220

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

Shades of Slate Blue #6959DC

Tints of Slate Blue #6959DC

RGB

 RED value IS 105 (41.41% from 255) = 25.36%

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

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

R = 25.36%
G = 21.5%
B = 53.14%

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

#6959DC (or 0x6959DC) is known color: Slate Blue. HEX triplet: 69, 59 and DC. RGB value is (105,89,220). Sum of RGB (Red+Green+Blue) = 105+89+220=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #6959DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6959DC is #96A623. Grayscale: #6C6C6C. Windows color (decimal): -9872932 or 14440809. OLE color: 14440809.

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

Color convert

RGB 105 89 220 -
CMYK 0.52 0.60 0 0.14
HSL 247.33º 0.65% 0.61% -
HSV(B) 247.33º 0.6% 0.86% -
XYZ 22.32 15.32 69.49 -
YUV 108.72 190.8 125.35 -
System Red Green Blue C M Y K H S L
Decimal 105 89 220 0.52 0.60 0 0.14 247.33 0.65 0.61
Hex 69 59 DC 34 3C 0 E F7 41 3D
Octal 151 131 334 64 74 0 16 367 101 75
Binary 1101001 1011001 11011100 110100 111100 0 1110 11110111 1000001 111101

Color Harmonies of #6959DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6959DC

Black with #6959DC

Text Example


Text Example

White with #6959DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6959DC; }

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

 H1.HeaderClassName
 {
   color: #6959DC;
 }
 .AnyTagClassName
 {
   color: #6959DC;
 }
</style>

background-color css

<style>
 a { background-color: #6959DC; }

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

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

border-color css

<style>
 span { border-color: #6959DC; }

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

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