Html Css Color HEX #6D6ADC Slate Blue

📋 copy color: '#6D6ADC'

red 109 ◦ green 106 ◦ blue 220

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

Shades of Slate Blue #6D6ADC

Tints of Slate Blue #6D6ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.37%

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

R = 25.06%
G = 24.37%
B = 50.57%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D6ADC (or 0x6D6ADC) is known color: Slate Blue. HEX triplet: 6D, 6A and DC. RGB value is (109,106,220). Sum of RGB (Red+Green+Blue) = 109+106+220=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D6ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ADC is #929523. Grayscale: #777777. Windows color (decimal): -9606436 or 14445165. OLE color: 14445165.

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

Color convert

RGB 109 106 220 -
CMYK 0.50 0.52 0 0.14
HSL 241.58º 0.62% 0.64% -
HSV(B) 241.58º 0.52% 0.86% -
XYZ 24.38 18.73 70.04 -
YUV 119.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 109 106 220 0.50 0.52 0 0.14 241.58 0.62 0.64
Hex 6D 6A DC 32 34 0 E F2 3E 40
Octal 155 152 334 62 64 0 16 362 76 100
Binary 1101101 1101010 11011100 110010 110100 0 1110 11110010 111110 1000000

Color Harmonies of #6D6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6ADC

Black with #6D6ADC

Text Example


Text Example

White with #6D6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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