Html Css Color HEX #6956CC Slate Blue

📋 copy color: '#6956CC'

red 105 ◦ green 86 ◦ blue 204

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

Shades of Slate Blue #6956CC

Tints of Slate Blue #6956CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 26.58%
G = 21.77%
B = 51.65%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6956CC (or 0x6956CC) is known color: Slate Blue. HEX triplet: 69, 56 and CC. RGB value is (105,86,204). Sum of RGB (Red+Green+Blue) = 105+86+204=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #6956CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6956CC is #96A933. Grayscale: #686868. Windows color (decimal): -9873716 or 13391465. OLE color: 13391465.

HSL color Cylindrical-coordinate representation of color #6956CC: hue angle of 249.66º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6956CC is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 86 204 -
CMYK 0.49 0.58 0 0.2
HSL 249.66º 0.54% 0.57% -
HSV(B) 249.66º 0.58% 0.8% -
XYZ 20.05 14.02 58.78 -
YUV 105.13 183.79 127.91 -
System Red Green Blue C M Y K H S L
Decimal 105 86 204 0.49 0.58 0 0.2 249.66 0.54 0.57
Hex 69 56 CC 31 3A 0 14 FA 36 39
Octal 151 126 314 61 72 0 24 372 66 71
Binary 1101001 1010110 11001100 110001 111010 0 10100 11111010 110110 111001

Color Harmonies of #6956CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6956CC

Black with #6956CC

Text Example


Text Example

White with #6956CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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