Html Css Color HEX #685EBA Blue Marguerite

📋 copy color: '#685EBA'

red 104 ◦ green 94 ◦ blue 186

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

Shades of Blue Marguerite #685EBA

Tints of Blue Marguerite #685EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.48%

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 27.08%
G = 24.48%
B = 48.44%

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

#685EBA (or 0x685EBA) is known color: Blue Marguerite. HEX triplet: 68, 5E and BA. RGB value is (104,94,186). Sum of RGB (Red+Green+Blue) = 104+94+186=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #685EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685EBA is #97A145. Grayscale: #6B6B6B. Windows color (decimal): -9937222 or 12213864. OLE color: 12213864.

HSL color Cylindrical-coordinate representation of color #685EBA: hue angle of 246.52º degrees, saturation: 0.4, 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 #685EBA is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 94 186 -
CMYK 0.44 0.49 0 0.27
HSL 246.52º 0.4% 0.55% -
HSV(B) 246.52º 0.49% 0.73% -
XYZ 18.57 14.49 48.27 -
YUV 107.48 172.31 125.52 -
System Red Green Blue C M Y K H S L
Decimal 104 94 186 0.44 0.49 0 0.27 246.52 0.4 0.55
Hex 68 5E BA 2C 31 0 1B F7 28 37
Octal 150 136 272 54 61 0 33 367 50 67
Binary 1101000 1011110 10111010 101100 110001 0 11011 11110111 101000 110111

Color Harmonies of #685EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685EBA

Black with #685EBA

Text Example


Text Example

White with #685EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,94,186); }

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

background-color css

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

 a { background-color: rgb(104,94,186); }

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

border-color css

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

 span { border-color: rgb(104,94,186); }

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