Html Css Color HEX #685BBC Blue Marguerite

📋 copy color: '#685BBC'

red 104 ◦ green 91 ◦ blue 188

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

Shades of Blue Marguerite #685BBC

Tints of Blue Marguerite #685BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 27.15%
G = 23.76%
B = 49.09%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#685BBC (or 0x685BBC) is known color: Blue Marguerite. HEX triplet: 68, 5B and BC. RGB value is (104,91,188). Sum of RGB (Red+Green+Blue) = 104+91+188=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #685BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BBC is #97A443. Grayscale: #696969. Windows color (decimal): -9937988 or 12344168. OLE color: 12344168.

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

Color convert

RGB 104 91 188 -
CMYK 0.45 0.52 0 0.26
HSL 248.04º 0.42% 0.55% -
HSV(B) 248.04º 0.52% 0.74% -
XYZ 18.53 14.06 49.31 -
YUV 105.95 174.31 126.61 -
System Red Green Blue C M Y K H S L
Decimal 104 91 188 0.45 0.52 0 0.26 248.04 0.42 0.55
Hex 68 5B BC 2D 34 0 1A F8 2A 37
Octal 150 133 274 55 64 0 32 370 52 67
Binary 1101000 1011011 10111100 101101 110100 0 11010 11111000 101010 110111

Color Harmonies of #685BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BBC

Black with #685BBC

Text Example


Text Example

White with #685BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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