Html Css Color HEX #6F4DDB Slate Blue

📋 copy color: '#6F4DDB'

red 111 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #6F4DDB

Tints of Slate Blue #6F4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.92%

 BLUE value IS 219 (85.94% from 255) = 53.81%

R = 27.27%
G = 18.92%
B = 53.81%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F4DDB (or 0x6F4DDB) is known color: Slate Blue. HEX triplet: 6F, 4D and DB. RGB value is (111,77,219). Sum of RGB (Red+Green+Blue) = 111+77+219=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F4DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4DDB is #90B224. Grayscale: #666666. Windows color (decimal): -9482789 or 14372207. OLE color: 14372207.

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

Color convert

RGB 111 77 219 -
CMYK 0.49 0.65 0 0.14
HSL 254.37º 0.66% 0.58% -
HSV(B) 254.37º 0.65% 0.86% -
XYZ 22 13.8 68.52 -
YUV 103.35 193.26 133.45 -
System Red Green Blue C M Y K H S L
Decimal 111 77 219 0.49 0.65 0 0.14 254.37 0.66 0.58
Hex 6F 4D DB 31 41 0 E FE 42 3A
Octal 157 115 333 61 101 0 16 376 102 72
Binary 1101111 1001101 11011011 110001 1000001 0 1110 11111110 1000010 111010

Color Harmonies of #6F4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4DDB

Black with #6F4DDB

Text Example


Text Example

White with #6F4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,77,219); }

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

background-color css

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

 a { background-color: rgb(111,77,219); }

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

border-color css

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

 span { border-color: rgb(111,77,219); }

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