Html Css Color HEX #6F52B5 Blue Marguerite

📋 copy color: '#6F52B5'

red 111 ◦ green 82 ◦ blue 181

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

Shades of Blue Marguerite #6F52B5

Tints of Blue Marguerite #6F52B5

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

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

R = 29.68%
G = 21.93%
B = 48.4%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6F52B5 (or 0x6F52B5) is known color: Blue Marguerite. HEX triplet: 6F, 52 and B5. RGB value is (111,82,181). Sum of RGB (Red+Green+Blue) = 111+82+181=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #6F52B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F52B5 is #90AD4A. Grayscale: #656565. Windows color (decimal): -9481547 or 11883119. OLE color: 11883119.

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

Color convert

RGB 111 82 181 -
CMYK 0.39 0.55 0 0.29
HSL 257.58º 0.4% 0.52% -
HSV(B) 257.58º 0.55% 0.71% -
XYZ 17.91 12.75 45.23 -
YUV 101.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 111 82 181 0.39 0.55 0 0.29 257.58 0.4 0.52
Hex 6F 52 B5 27 37 0 1D 102 28 34
Octal 157 122 265 47 67 0 35 402 50 64
Binary 1101111 1010010 10110101 100111 110111 0 11101 100000010 101000 110100

Color Harmonies of #6F52B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F52B5

Black with #6F52B5

Text Example


Text Example

White with #6F52B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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