Html Css Color HEX #685BBB Blue Marguerite

📋 copy color: '#685BBB'

red 104 ◦ green 91 ◦ blue 187

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

Shades of Blue Marguerite #685BBB

Tints of Blue Marguerite #685BBB

RGB

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

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

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

R = 27.23%
G = 23.82%
B = 48.95%

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

#685BBB (or 0x685BBB) is known color: Blue Marguerite. HEX triplet: 68, 5B and BB. RGB value is (104,91,187). Sum of RGB (Red+Green+Blue) = 104+91+187=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #685BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BBB is #97A444. Grayscale: #696969. Windows color (decimal): -9937989 or 12278632. OLE color: 12278632.

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

Color convert

RGB 104 91 187 -
CMYK 0.44 0.51 0 0.27
HSL 248.13º 0.41% 0.55% -
HSV(B) 248.13º 0.51% 0.73% -
XYZ 18.42 14.01 48.75 -
YUV 105.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 104 91 187 0.44 0.51 0 0.27 248.13 0.41 0.55
Hex 68 5B BB 2C 33 0 1B F8 29 37
Octal 150 133 273 54 63 0 33 370 51 67
Binary 1101000 1011011 10111011 101100 110011 0 11011 11111000 101001 110111

Color Harmonies of #685BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BBB

Black with #685BBB

Text Example


Text Example

White with #685BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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