Html Css Color HEX #6F52BF Blue Marguerite

📋 copy color: '#6F52BF'

red 111 ◦ green 82 ◦ blue 191

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

Shades of Blue Marguerite #6F52BF

Tints of Blue Marguerite #6F52BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.74%

R = 28.91%
G = 21.35%
B = 49.74%

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

#6F52BF (or 0x6F52BF) is known color: Blue Marguerite. HEX triplet: 6F, 52 and BF. RGB value is (111,82,191). Sum of RGB (Red+Green+Blue) = 111+82+191=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F52BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F52BF is #90AD40. Grayscale: #666666. Windows color (decimal): -9481537 or 12538479. OLE color: 12538479.

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

Color convert

RGB 111 82 191 -
CMYK 0.42 0.57 0 0.25
HSL 255.96º 0.46% 0.54% -
HSV(B) 255.96º 0.57% 0.75% -
XYZ 18.98 13.18 50.83 -
YUV 103.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 111 82 191 0.42 0.57 0 0.25 255.96 0.46 0.54
Hex 6F 52 BF 2A 39 0 19 100 2E 36
Octal 157 122 277 52 71 0 31 400 56 66
Binary 1101111 1010010 10111111 101010 111001 0 11001 100000000 101110 110110

Color Harmonies of #6F52BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F52BF

Black with #6F52BF

Text Example


Text Example

White with #6F52BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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