Html Css Color HEX #6956DC Slate Blue

📋 copy color: '#6956DC'

red 105 ◦ green 86 ◦ blue 220

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

Shades of Slate Blue #6956DC

Tints of Slate Blue #6956DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.92%

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

R = 25.55%
G = 20.92%
B = 53.53%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6956DC (or 0x6956DC) is known color: Slate Blue. HEX triplet: 69, 56 and DC. RGB value is (105,86,220). Sum of RGB (Red+Green+Blue) = 105+86+220=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #6956DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6956DC is #96A923. Grayscale: #6A6A6A. Windows color (decimal): -9873700 or 14440041. OLE color: 14440041.

HSL color Cylindrical-coordinate representation of color #6956DC: hue angle of 248.51º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6956DC is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 86 220 -
CMYK 0.52 0.61 0 0.14
HSL 248.51º 0.66% 0.6% -
HSV(B) 248.51º 0.61% 0.86% -
XYZ 22.07 14.83 69.41 -
YUV 106.96 191.79 126.6 -
System Red Green Blue C M Y K H S L
Decimal 105 86 220 0.52 0.61 0 0.14 248.51 0.66 0.6
Hex 69 56 DC 34 3D 0 E F9 42 3C
Octal 151 126 334 64 75 0 16 371 102 74
Binary 1101001 1010110 11011100 110100 111101 0 1110 11111001 1000010 111100

Color Harmonies of #6956DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6956DC

Black with #6956DC

Text Example


Text Example

White with #6956DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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