Html Css Color HEX #684BBB Blue Marguerite

📋 copy color: '#684BBB'

red 104 ◦ green 75 ◦ blue 187

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

Shades of Blue Marguerite #684BBB

Tints of Blue Marguerite #684BBB

RGB

 RED value IS 104 (41.02% from 255) = 28.42%

 GREEN value IS 75 (29.69% from 255) = 20.49%

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

R = 28.42%
G = 20.49%
B = 51.09%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#684BBB (or 0x684BBB) is known color: Blue Marguerite. HEX triplet: 68, 4B and BB. RGB value is (104,75,187). Sum of RGB (Red+Green+Blue) = 104+75+187=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #684BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684BBB is #97B444. Grayscale: #606060. Windows color (decimal): -9942085 or 12274536. OLE color: 12274536.

HSL color Cylindrical-coordinate representation of color #684BBB: hue angle of 255.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #684BBB is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 75 187 -
CMYK 0.44 0.60 0 0.27
HSL 255.54º 0.45% 0.51% -
HSV(B) 255.54º 0.6% 0.73% -
XYZ 17.19 11.56 48.34 -
YUV 96.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 104 75 187 0.44 0.60 0 0.27 255.54 0.45 0.51
Hex 68 4B BB 2C 3C 0 1B 100 2D 33
Octal 150 113 273 54 74 0 33 400 55 63
Binary 1101000 1001011 10111011 101100 111100 0 11011 100000000 101101 110011

Color Harmonies of #684BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684BBB

Black with #684BBB

Text Example


Text Example

White with #684BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684BBB; }

 p { color: rgb(104,75,187); }

 H1.HeaderClassName
 {
   color: #684BBB;
 }
 .AnyTagClassName
 {
   color: #684BBB;
 }
</style>

background-color css

<style>
 a { background-color: #684BBB; }

 a { background-color: rgb(104,75,187); }

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

border-color css

<style>
 span { border-color: #684BBB; }

 span { border-color: rgb(104,75,187); }

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