Html Css Color HEX #685FB9 Blue Marguerite

📋 copy color: '#685FB9'

red 104 ◦ green 95 ◦ blue 185

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

Shades of Blue Marguerite #685FB9

Tints of Blue Marguerite #685FB9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

 BLUE value IS 185 (72.66% from 255) = 48.18%

R = 27.08%
G = 24.74%
B = 48.18%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#685FB9 (or 0x685FB9) is known color: Blue Marguerite. HEX triplet: 68, 5F and B9. RGB value is (104,95,185). Sum of RGB (Red+Green+Blue) = 104+95+185=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #685FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FB9 is #97A046. Grayscale: #6B6B6B. Windows color (decimal): -9936967 or 12148584. OLE color: 12148584.

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

Color convert

RGB 104 95 185 -
CMYK 0.44 0.49 0 0.27
HSL 246º 0.39% 0.55% -
HSV(B) 246º 0.49% 0.73% -
XYZ 18.56 14.63 47.74 -
YUV 107.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 104 95 185 0.44 0.49 0 0.27 246 0.39 0.55
Hex 68 5F B9 2C 31 0 1B F6 27 37
Octal 150 137 271 54 61 0 33 366 47 67
Binary 1101000 1011111 10111001 101100 110001 0 11011 11110110 100111 110111

Color Harmonies of #685FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685FB9

Black with #685FB9

Text Example


Text Example

White with #685FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,95,185); }

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

background-color css

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

 a { background-color: rgb(104,95,185); }

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

border-color css

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

 span { border-color: rgb(104,95,185); }

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