Html Css Color HEX #6D5CCF Slate Blue

📋 copy color: '#6D5CCF'

red 109 ◦ green 92 ◦ blue 207

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

Shades of Slate Blue #6D5CCF

Tints of Slate Blue #6D5CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.55%

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 26.72%
G = 22.55%
B = 50.74%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D5CCF (or 0x6D5CCF) is known color: Slate Blue. HEX triplet: 6D, 5C and CF. RGB value is (109,92,207). Sum of RGB (Red+Green+Blue) = 109+92+207=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D5CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5CCF is #92A330. Grayscale: #6D6D6D. Windows color (decimal): -9610033 or 13589613. OLE color: 13589613.

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

Color convert

RGB 109 92 207 -
CMYK 0.47 0.56 0 0.19
HSL 248.87º 0.55% 0.59% -
HSV(B) 248.87º 0.56% 0.81% -
XYZ 21.4 15.41 60.88 -
YUV 110.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 109 92 207 0.47 0.56 0 0.19 248.87 0.55 0.59
Hex 6D 5C CF 2F 38 0 13 F9 37 3B
Octal 155 134 317 57 70 0 23 371 67 73
Binary 1101101 1011100 11001111 101111 111000 0 10011 11111001 110111 111011

Color Harmonies of #6D5CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5CCF

Black with #6D5CCF

Text Example


Text Example

White with #6D5CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,92,207); }

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

background-color css

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

 a { background-color: rgb(109,92,207); }

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

border-color css

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

 span { border-color: rgb(109,92,207); }

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