Html Css Color HEX #6D68DC Slate Blue

📋 copy color: '#6D68DC'

red 109 ◦ green 104 ◦ blue 220

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

Shades of Slate Blue #6D68DC

Tints of Slate Blue #6D68DC

RGB

 RED value IS 109 (42.97% from 255) = 25.17%

 GREEN value IS 104 (41.02% from 255) = 24.02%

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

R = 25.17%
G = 24.02%
B = 50.81%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D68DC (or 0x6D68DC) is known color: Slate Blue. HEX triplet: 6D, 68 and DC. RGB value is (109,104,220). Sum of RGB (Red+Green+Blue) = 109+104+220=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D68DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D68DC is #929723. Grayscale: #767676. Windows color (decimal): -9606948 or 14444653. OLE color: 14444653.

HSL color Cylindrical-coordinate representation of color #6D68DC: hue angle of 242.59º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D68DC is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 104 220 -
CMYK 0.50 0.53 0 0.14
HSL 242.59º 0.62% 0.64% -
HSV(B) 242.59º 0.53% 0.86% -
XYZ 24.18 18.32 69.97 -
YUV 118.72 185.16 121.07 -
System Red Green Blue C M Y K H S L
Decimal 109 104 220 0.50 0.53 0 0.14 242.59 0.62 0.64
Hex 6D 68 DC 32 35 0 E F3 3E 40
Octal 155 150 334 62 65 0 16 363 76 100
Binary 1101101 1101000 11011100 110010 110101 0 1110 11110011 111110 1000000

Color Harmonies of #6D68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D68DC

Black with #6D68DC

Text Example


Text Example

White with #6D68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,104,220); }

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

background-color css

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

 a { background-color: rgb(109,104,220); }

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

border-color css

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

 span { border-color: rgb(109,104,220); }

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