Html Css Color HEX #6D4FCF Slate Blue

📋 copy color: '#6D4FCF'

red 109 ◦ green 79 ◦ blue 207

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

Shades of Slate Blue #6D4FCF

Tints of Slate Blue #6D4FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20%

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

R = 27.59%
G = 20%
B = 52.41%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D4FCF (or 0x6D4FCF) is known color: Slate Blue. HEX triplet: 6D, 4F and CF. RGB value is (109,79,207). Sum of RGB (Red+Green+Blue) = 109+79+207=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D4FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4FCF is #92B030. Grayscale: #666666. Windows color (decimal): -9613361 or 13586285. OLE color: 13586285.

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

Color convert

RGB 109 79 207 -
CMYK 0.47 0.62 0 0.19
HSL 254.06º 0.57% 0.56% -
HSV(B) 254.06º 0.62% 0.81% -
XYZ 20.37 13.35 60.53 -
YUV 102.56 186.94 132.59 -
System Red Green Blue C M Y K H S L
Decimal 109 79 207 0.47 0.62 0 0.19 254.06 0.57 0.56
Hex 6D 4F CF 2F 3E 0 13 FE 39 38
Octal 155 117 317 57 76 0 23 376 71 70
Binary 1101101 1001111 11001111 101111 111110 0 10011 11111110 111001 111000

Color Harmonies of #6D4FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4FCF

Black with #6D4FCF

Text Example


Text Example

White with #6D4FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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