Html Css Color HEX #6F4FCD Slate Blue

📋 copy color: '#6F4FCD'

red 111 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #6F4FCD

Tints of Slate Blue #6F4FCD

RGB

 RED value IS 111 (43.75% from 255) = 28.1%

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 28.1%
G = 20%
B = 51.9%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F4FCD (or 0x6F4FCD) is known color: Slate Blue. HEX triplet: 6F, 4F and CD. RGB value is (111,79,205). Sum of RGB (Red+Green+Blue) = 111+79+205=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F4FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4FCD is #90B032. Grayscale: #666666. Windows color (decimal): -9482291 or 13455215. OLE color: 13455215.

HSL color Cylindrical-coordinate representation of color #6F4FCD: hue angle of 255.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F4FCD is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 79 205 -
CMYK 0.46 0.61 0 0.20
HSL 255.24º 0.56% 0.56% -
HSV(B) 255.24º 0.61% 0.8% -
XYZ 20.37 13.38 59.27 -
YUV 102.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 111 79 205 0.46 0.61 0 0.20 255.24 0.56 0.56
Hex 6F 4F CD 2E 3D 0 14 FF 38 38
Octal 157 117 315 56 75 0 24 377 70 70
Binary 1101111 1001111 11001101 101110 111101 0 10100 11111111 111000 111000

Color Harmonies of #6F4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4FCD

Black with #6F4FCD

Text Example


Text Example

White with #6F4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,79,205); }

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

background-color css

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

 a { background-color: rgb(111,79,205); }

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

border-color css

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

 span { border-color: rgb(111,79,205); }

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