Html Css Color HEX #685BBA Blue Marguerite

📋 copy color: '#685BBA'

red 104 ◦ green 91 ◦ blue 186

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

Shades of Blue Marguerite #685BBA

Tints of Blue Marguerite #685BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.88%

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

R = 27.3%
G = 23.88%
B = 48.82%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#685BBA (or 0x685BBA) is known color: Blue Marguerite. HEX triplet: 68, 5B and BA. RGB value is (104,91,186). Sum of RGB (Red+Green+Blue) = 104+91+186=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #685BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BBA is #97A445. Grayscale: #696969. Windows color (decimal): -9937990 or 12213096. OLE color: 12213096.

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

Color convert

RGB 104 91 186 -
CMYK 0.44 0.51 0 0.27
HSL 248.21º 0.41% 0.54% -
HSV(B) 248.21º 0.51% 0.73% -
XYZ 18.31 13.97 48.19 -
YUV 105.72 173.31 126.78 -
System Red Green Blue C M Y K H S L
Decimal 104 91 186 0.44 0.51 0 0.27 248.21 0.41 0.54
Hex 68 5B BA 2C 33 0 1B F8 29 36
Octal 150 133 272 54 63 0 33 370 51 66
Binary 1101000 1011011 10111010 101100 110011 0 11011 11111000 101001 110110

Color Harmonies of #685BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BBA

Black with #685BBA

Text Example


Text Example

White with #685BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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