Html Css Color HEX #684FBA Blue Marguerite

📋 copy color: '#684FBA'

red 104 ◦ green 79 ◦ blue 186

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

Shades of Blue Marguerite #684FBA

Tints of Blue Marguerite #684FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.41%

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

R = 28.18%
G = 21.41%
B = 50.41%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#684FBA (or 0x684FBA) is known color: Blue Marguerite. HEX triplet: 68, 4F and BA. RGB value is (104,79,186). Sum of RGB (Red+Green+Blue) = 104+79+186=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #684FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684FBA is #97B045. Grayscale: #626262. Windows color (decimal): -9941062 or 12210024. OLE color: 12210024.

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

Color convert

RGB 104 79 186 -
CMYK 0.44 0.58 0 0.27
HSL 254.02º 0.44% 0.52% -
HSV(B) 254.02º 0.58% 0.73% -
XYZ 17.37 12.08 47.87 -
YUV 98.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 104 79 186 0.44 0.58 0 0.27 254.02 0.44 0.52
Hex 68 4F BA 2C 3A 0 1B FE 2C 34
Octal 150 117 272 54 72 0 33 376 54 64
Binary 1101000 1001111 10111010 101100 111010 0 11011 11111110 101100 110100

Color Harmonies of #684FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684FBA

Black with #684FBA

Text Example


Text Example

White with #684FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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