Html Css Color HEX #6D6ACE Slate Blue

📋 copy color: '#6D6ACE'

red 109 ◦ green 106 ◦ blue 206

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

Shades of Slate Blue #6D6ACE

Tints of Slate Blue #6D6ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 25.89%
G = 25.18%
B = 48.93%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D6ACE (or 0x6D6ACE) is known color: Slate Blue. HEX triplet: 6D, 6A and CE. RGB value is (109,106,206). Sum of RGB (Red+Green+Blue) = 109+106+206=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D6ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ACE is #929531. Grayscale: #757575. Windows color (decimal): -9606450 or 13527661. OLE color: 13527661.

HSL color Cylindrical-coordinate representation of color #6D6ACE: hue angle of 241.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D6ACE is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 106 206 -
CMYK 0.47 0.49 0 0.19
HSL 241.8º 0.51% 0.61% -
HSV(B) 241.8º 0.49% 0.81% -
XYZ 22.6 18.02 60.68 -
YUV 118.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 109 106 206 0.47 0.49 0 0.19 241.8 0.51 0.61
Hex 6D 6A CE 2F 31 0 13 F2 33 3D
Octal 155 152 316 57 61 0 23 362 63 75
Binary 1101101 1101010 11001110 101111 110001 0 10011 11110010 110011 111101

Color Harmonies of #6D6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6ACE

Black with #6D6ACE

Text Example


Text Example

White with #6D6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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