Html Css Color HEX #6940DC Slate Blue

📋 copy color: '#6940DC'

red 105 ◦ green 64 ◦ blue 220

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

Shades of Slate Blue #6940DC

Tints of Slate Blue #6940DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.45%

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

R = 26.99%
G = 16.45%
B = 56.56%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6940DC (or 0x6940DC) is known color: Slate Blue. HEX triplet: 69, 40 and DC. RGB value is (105,64,220). Sum of RGB (Red+Green+Blue) = 105+64+220=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #6940DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6940DC is #96BF23. Grayscale: #5D5D5D. Windows color (decimal): -9879332 or 14434409. OLE color: 14434409.

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

Color convert

RGB 105 64 220 -
CMYK 0.52 0.71 0 0.14
HSL 255.77º 0.69% 0.56% -
HSV(B) 255.77º 0.71% 0.86% -
XYZ 20.58 11.84 68.91 -
YUV 94.04 199.08 135.82 -
System Red Green Blue C M Y K H S L
Decimal 105 64 220 0.52 0.71 0 0.14 255.77 0.69 0.56
Hex 69 40 DC 34 47 0 E 100 45 38
Octal 151 100 334 64 107 0 16 400 105 70
Binary 1101001 1000000 11011100 110100 1000111 0 1110 100000000 1000101 111000

Color Harmonies of #6940DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6940DC

Black with #6940DC

Text Example


Text Example

White with #6940DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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