Html Css Color HEX #6F4DB5 Blue Marguerite

📋 copy color: '#6F4DB5'

red 111 ◦ green 77 ◦ blue 181

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

Shades of Blue Marguerite #6F4DB5

Tints of Blue Marguerite #6F4DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.05%

R = 30.08%
G = 20.87%
B = 49.05%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6F4DB5 (or 0x6F4DB5) is known color: Blue Marguerite. HEX triplet: 6F, 4D and B5. RGB value is (111,77,181). Sum of RGB (Red+Green+Blue) = 111+77+181=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #6F4DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4DB5 is #90B24A. Grayscale: #626262. Windows color (decimal): -9482827 or 11881839. OLE color: 11881839.

HSL color Cylindrical-coordinate representation of color #6F4DB5: hue angle of 259.62º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F4DB5 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 77 181 -
CMYK 0.39 0.57 0 0.29
HSL 259.62º 0.41% 0.51% -
HSV(B) 259.62º 0.57% 0.71% -
XYZ 17.55 12.02 45.11 -
YUV 99.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 111 77 181 0.39 0.57 0 0.29 259.62 0.41 0.51
Hex 6F 4D B5 27 39 0 1D 104 29 33
Octal 157 115 265 47 71 0 35 404 51 63
Binary 1101111 1001101 10110101 100111 111001 0 11101 100000100 101001 110011

Color Harmonies of #6F4DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4DB5

Black with #6F4DB5

Text Example


Text Example

White with #6F4DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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