Html Css Color HEX #684CBB Blue Marguerite

📋 copy color: '#684CBB'

red 104 ◦ green 76 ◦ blue 187

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

Shades of Blue Marguerite #684CBB

Tints of Blue Marguerite #684CBB

RGB

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

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

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

R = 28.34%
G = 20.71%
B = 50.95%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#684CBB (or 0x684CBB) is known color: Blue Marguerite. HEX triplet: 68, 4C and BB. RGB value is (104,76,187). Sum of RGB (Red+Green+Blue) = 104+76+187=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #684CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CBB is #97B344. Grayscale: #606060. Windows color (decimal): -9941829 or 12274792. OLE color: 12274792.

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

Color convert

RGB 104 76 187 -
CMYK 0.44 0.59 0 0.27
HSL 255.14º 0.45% 0.52% -
HSV(B) 255.14º 0.59% 0.73% -
XYZ 17.26 11.7 48.36 -
YUV 97.03 178.78 132.97 -
System Red Green Blue C M Y K H S L
Decimal 104 76 187 0.44 0.59 0 0.27 255.14 0.45 0.52
Hex 68 4C BB 2C 3B 0 1B FF 2D 34
Octal 150 114 273 54 73 0 33 377 55 64
Binary 1101000 1001100 10111011 101100 111011 0 11011 11111111 101101 110100

Color Harmonies of #684CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684CBB

Black with #684CBB

Text Example


Text Example

White with #684CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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