Html Css Color HEX #684CBA Blue Marguerite

📋 copy color: '#684CBA'

red 104 ◦ green 76 ◦ blue 186

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

Shades of Blue Marguerite #684CBA

Tints of Blue Marguerite #684CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 28.42%
G = 20.77%
B = 50.82%

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

#684CBA (or 0x684CBA) is known color: Blue Marguerite. HEX triplet: 68, 4C and BA. RGB value is (104,76,186). Sum of RGB (Red+Green+Blue) = 104+76+186=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #684CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CBA is #97B345. Grayscale: #606060. Windows color (decimal): -9941830 or 12209256. OLE color: 12209256.

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

Color convert

RGB 104 76 186 -
CMYK 0.44 0.59 0 0.27
HSL 255.27º 0.44% 0.51% -
HSV(B) 255.27º 0.59% 0.73% -
XYZ 17.16 11.66 47.8 -
YUV 96.91 178.28 133.06 -
System Red Green Blue C M Y K H S L
Decimal 104 76 186 0.44 0.59 0 0.27 255.27 0.44 0.51
Hex 68 4C BA 2C 3B 0 1B FF 2C 33
Octal 150 114 272 54 73 0 33 377 54 63
Binary 1101000 1001100 10111010 101100 111011 0 11011 11111111 101100 110011

Color Harmonies of #684CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684CBA

Black with #684CBA

Text Example


Text Example

White with #684CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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