Html Css Color HEX #6F4BDC Slate Blue

📋 copy color: '#6F4BDC'

red 111 ◦ green 75 ◦ blue 220

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

Shades of Slate Blue #6F4BDC

Tints of Slate Blue #6F4BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.47%

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

R = 27.34%
G = 18.47%
B = 54.19%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F4BDC (or 0x6F4BDC) is known color: Slate Blue. HEX triplet: 6F, 4B and DC. RGB value is (111,75,220). Sum of RGB (Red+Green+Blue) = 111+75+220=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F4BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4BDC is #90B423. Grayscale: #656565. Windows color (decimal): -9483300 or 14437231. OLE color: 14437231.

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

Color convert

RGB 111 75 220 -
CMYK 0.50 0.66 0 0.14
HSL 254.9º 0.67% 0.58% -
HSV(B) 254.9º 0.66% 0.86% -
XYZ 21.99 13.58 69.17 -
YUV 102.29 194.43 134.21 -
System Red Green Blue C M Y K H S L
Decimal 111 75 220 0.50 0.66 0 0.14 254.9 0.67 0.58
Hex 6F 4B DC 32 42 0 E FF 43 3A
Octal 157 113 334 62 102 0 16 377 103 72
Binary 1101111 1001011 11011100 110010 1000010 0 1110 11111111 1000011 111010

Color Harmonies of #6F4BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4BDC

Black with #6F4BDC

Text Example


Text Example

White with #6F4BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,75,220); }

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

background-color css

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

 a { background-color: rgb(111,75,220); }

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

border-color css

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

 span { border-color: rgb(111,75,220); }

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