Html Css Color HEX #6F52BE Blue Marguerite

📋 copy color: '#6F52BE'

red 111 ◦ green 82 ◦ blue 190

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

Shades of Blue Marguerite #6F52BE

Tints of Blue Marguerite #6F52BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 28.98%
G = 21.41%
B = 49.61%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F52BE (or 0x6F52BE) is known color: Blue Marguerite. HEX triplet: 6F, 52 and BE. RGB value is (111,82,190). Sum of RGB (Red+Green+Blue) = 111+82+190=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F52BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F52BE is #90AD41. Grayscale: #666666. Windows color (decimal): -9481538 or 12472943. OLE color: 12472943.

HSL color Cylindrical-coordinate representation of color #6F52BE: hue angle of 256.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F52BE is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 82 190 -
CMYK 0.42 0.57 0 0.25
HSL 256.11º 0.45% 0.53% -
HSV(B) 256.11º 0.57% 0.75% -
XYZ 18.87 13.13 50.26 -
YUV 102.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 111 82 190 0.42 0.57 0 0.25 256.11 0.45 0.53
Hex 6F 52 BE 2A 39 0 19 100 2D 35
Octal 157 122 276 52 71 0 31 400 55 65
Binary 1101111 1010010 10111110 101010 111001 0 11001 100000000 101101 110101

Color Harmonies of #6F52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F52BE

Black with #6F52BE

Text Example


Text Example

White with #6F52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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