Html Css Color HEX #6F4FBB Blue Marguerite

📋 copy color: '#6F4FBB'

red 111 ◦ green 79 ◦ blue 187

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

Shades of Blue Marguerite #6F4FBB

Tints of Blue Marguerite #6F4FBB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.95%

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

R = 29.44%
G = 20.95%
B = 49.6%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F4FBB (or 0x6F4FBB) is known color: Blue Marguerite. HEX triplet: 6F, 4F and BB. RGB value is (111,79,187). Sum of RGB (Red+Green+Blue) = 111+79+187=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F4FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4FBB is #90B044. Grayscale: #646464. Windows color (decimal): -9482309 or 12275567. OLE color: 12275567.

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

Color convert

RGB 111 79 187 -
CMYK 0.41 0.58 0 0.27
HSL 257.78º 0.44% 0.52% -
HSV(B) 257.78º 0.58% 0.73% -
XYZ 18.32 12.56 48.47 -
YUV 100.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 111 79 187 0.41 0.58 0 0.27 257.78 0.44 0.52
Hex 6F 4F BB 29 3A 0 1B 102 2C 34
Octal 157 117 273 51 72 0 33 402 54 64
Binary 1101111 1001111 10111011 101001 111010 0 11011 100000010 101100 110100

Color Harmonies of #6F4FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4FBB

Black with #6F4FBB

Text Example


Text Example

White with #6F4FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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