Html Css Color HEX #6F4AB6 Blue Marguerite

📋 copy color: '#6F4AB6'

red 111 ◦ green 74 ◦ blue 182

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

Shades of Blue Marguerite #6F4AB6

Tints of Blue Marguerite #6F4AB6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.16%

 BLUE value IS 182 (71.48% from 255) = 49.59%

R = 30.25%
G = 20.16%
B = 49.59%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6F4AB6 (or 0x6F4AB6) is known color: Blue Marguerite. HEX triplet: 6F, 4A and B6. RGB value is (111,74,182). Sum of RGB (Red+Green+Blue) = 111+74+182=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #6F4AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4AB6 is #90B549. Grayscale: #606060. Windows color (decimal): -9483594 or 11946607. OLE color: 11946607.

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

Color convert

RGB 111 74 182 -
CMYK 0.39 0.59 0 0.29
HSL 260.56º 0.43% 0.5% -
HSV(B) 260.56º 0.59% 0.71% -
XYZ 17.45 11.65 45.59 -
YUV 97.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 111 74 182 0.39 0.59 0 0.29 260.56 0.43 0.5
Hex 6F 4A B6 27 3B 0 1D 105 2B 32
Octal 157 112 266 47 73 0 35 405 53 62
Binary 1101111 1001010 10110110 100111 111011 0 11101 100000101 101011 110010

Color Harmonies of #6F4AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4AB6

Black with #6F4AB6

Text Example


Text Example

White with #6F4AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,74,182); }

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

background-color css

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

 a { background-color: rgb(111,74,182); }

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

border-color css

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

 span { border-color: rgb(111,74,182); }

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