Html Css Color HEX #6F4CBF Blue Marguerite

📋 copy color: '#6F4CBF'

red 111 ◦ green 76 ◦ blue 191

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

Shades of Blue Marguerite #6F4CBF

Tints of Blue Marguerite #6F4CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

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

R = 29.37%
G = 20.11%
B = 50.53%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F4CBF (or 0x6F4CBF) is known color: Blue Marguerite. HEX triplet: 6F, 4C and BF. RGB value is (111,76,191). Sum of RGB (Red+Green+Blue) = 111+76+191=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F4CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4CBF is #90B340. Grayscale: #636363. Windows color (decimal): -9483073 or 12536943. OLE color: 12536943.

HSL color Cylindrical-coordinate representation of color #6F4CBF: hue angle of 258.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F4CBF is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 76 191 -
CMYK 0.42 0.60 0 0.25
HSL 258.26º 0.47% 0.52% -
HSV(B) 258.26º 0.6% 0.75% -
XYZ 18.54 12.31 50.69 -
YUV 99.58 179.6 136.15 -
System Red Green Blue C M Y K H S L
Decimal 111 76 191 0.42 0.60 0 0.25 258.26 0.47 0.52
Hex 6F 4C BF 2A 3C 0 19 102 2F 34
Octal 157 114 277 52 74 0 31 402 57 64
Binary 1101111 1001100 10111111 101010 111100 0 11001 100000010 101111 110100

Color Harmonies of #6F4CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4CBF

Black with #6F4CBF

Text Example


Text Example

White with #6F4CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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