Html Css Color HEX #684BBA Blue Marguerite

📋 copy color: '#684BBA'

red 104 ◦ green 75 ◦ blue 186

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

Shades of Blue Marguerite #684BBA

Tints of Blue Marguerite #684BBA

RGB

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

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

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

R = 28.49%
G = 20.55%
B = 50.96%

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

#684BBA (or 0x684BBA) is known color: Blue Marguerite. HEX triplet: 68, 4B and BA. RGB value is (104,75,186). Sum of RGB (Red+Green+Blue) = 104+75+186=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #684BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684BBA is #97B445. Grayscale: #5F5F5F. Windows color (decimal): -9942086 or 12209000. OLE color: 12209000.

HSL color Cylindrical-coordinate representation of color #684BBA: hue angle of 255.68º 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 #684BBA is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 75 186 -
CMYK 0.44 0.60 0 0.27
HSL 255.68º 0.45% 0.51% -
HSV(B) 255.68º 0.6% 0.73% -
XYZ 17.09 11.52 47.78 -
YUV 96.33 178.61 133.47 -
System Red Green Blue C M Y K H S L
Decimal 104 75 186 0.44 0.60 0 0.27 255.68 0.45 0.51
Hex 68 4B BA 2C 3C 0 1B 100 2D 33
Octal 150 113 272 54 74 0 33 400 55 63
Binary 1101000 1001011 10111010 101100 111100 0 11011 100000000 101101 110011

Color Harmonies of #684BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684BBA

Black with #684BBA

Text Example


Text Example

White with #684BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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