Html Css Color HEX #685BBE Blue Marguerite

📋 copy color: '#685BBE'

red 104 ◦ green 91 ◦ blue 190

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

Shades of Blue Marguerite #685BBE

Tints of Blue Marguerite #685BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 27.01%
G = 23.64%
B = 49.35%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#685BBE (or 0x685BBE) is known color: Blue Marguerite. HEX triplet: 68, 5B and BE. RGB value is (104,91,190). Sum of RGB (Red+Green+Blue) = 104+91+190=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #685BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BBE is #97A441. Grayscale: #696969. Windows color (decimal): -9937986 or 12475240. OLE color: 12475240.

HSL color Cylindrical-coordinate representation of color #685BBE: hue angle of 247.88º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #685BBE is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 91 190 -
CMYK 0.45 0.52 0 0.25
HSL 247.88º 0.43% 0.55% -
HSV(B) 247.88º 0.52% 0.75% -
XYZ 18.74 14.14 50.46 -
YUV 106.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 104 91 190 0.45 0.52 0 0.25 247.88 0.43 0.55
Hex 68 5B BE 2D 34 0 19 F8 2B 37
Octal 150 133 276 55 64 0 31 370 53 67
Binary 1101000 1011011 10111110 101101 110100 0 11001 11111000 101011 110111

Color Harmonies of #685BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BBE

Black with #685BBE

Text Example


Text Example

White with #685BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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