Html Css Color HEX #685BAB Blue Marguerite

📋 copy color: '#685BAB'

red 104 ◦ green 91 ◦ blue 171

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

Shades of Blue Marguerite #685BAB

Tints of Blue Marguerite #685BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.72%

R = 28.42%
G = 24.86%
B = 46.72%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#685BAB (or 0x685BAB) is known color: Blue Marguerite. HEX triplet: 68, 5B and AB. RGB value is (104,91,171). Sum of RGB (Red+Green+Blue) = 104+91+171=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #685BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685BAB is #97A454. Grayscale: #676767. Windows color (decimal): -9938005 or 11230056. OLE color: 11230056.

HSL color Cylindrical-coordinate representation of color #685BAB: hue angle of 249.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #685BAB is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 91 171 -
CMYK 0.39 0.47 0 0.33
HSL 249.75º 0.32% 0.51% -
HSV(B) 249.75º 0.47% 0.67% -
XYZ 16.8 13.37 40.22 -
YUV 104.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 104 91 171 0.39 0.47 0 0.33 249.75 0.32 0.51
Hex 68 5B AB 27 2F 0 21 FA 20 33
Octal 150 133 253 47 57 0 41 372 40 63
Binary 1101000 1011011 10101011 100111 101111 0 100001 11111010 100000 110011

Color Harmonies of #685BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BAB

Black with #685BAB

Text Example


Text Example

White with #685BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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