Html Css Color HEX #6F5BBB Blue Marguerite

📋 copy color: '#6F5BBB'

red 111 ◦ green 91 ◦ blue 187

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

Shades of Blue Marguerite #6F5BBB

Tints of Blue Marguerite #6F5BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.39%

 BLUE value IS 187 (73.44% from 255) = 48.07%

R = 28.53%
G = 23.39%
B = 48.07%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F5BBB (or 0x6F5BBB) is known color: Blue Marguerite. HEX triplet: 6F, 5B and BB. RGB value is (111,91,187). Sum of RGB (Red+Green+Blue) = 111+91+187=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F5BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5BBB is #90A444. Grayscale: #6B6B6B. Windows color (decimal): -9479237 or 12278639. OLE color: 12278639.

HSL color Cylindrical-coordinate representation of color #6F5BBB: hue angle of 252.5º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F5BBB is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 91 187 -
CMYK 0.41 0.51 0 0.27
HSL 252.5º 0.41% 0.55% -
HSV(B) 252.5º 0.51% 0.73% -
XYZ 19.27 14.45 48.79 -
YUV 107.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 111 91 187 0.41 0.51 0 0.27 252.5 0.41 0.55
Hex 6F 5B BB 29 33 0 1B FD 29 37
Octal 157 133 273 51 63 0 33 375 51 67
Binary 1101111 1011011 10111011 101001 110011 0 11011 11111101 101001 110111

Color Harmonies of #6F5BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5BBB

Black with #6F5BBB

Text Example


Text Example

White with #6F5BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,91,187); }

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

background-color css

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

 a { background-color: rgb(111,91,187); }

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

border-color css

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

 span { border-color: rgb(111,91,187); }

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