Html Css Color HEX #685DBA Blue Marguerite

📋 copy color: '#685DBA'

red 104 ◦ green 93 ◦ blue 186

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

Shades of Blue Marguerite #685DBA

Tints of Blue Marguerite #685DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.28%

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

R = 27.15%
G = 24.28%
B = 48.56%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#685DBA (or 0x685DBA) is known color: Blue Marguerite. HEX triplet: 68, 5D and BA. RGB value is (104,93,186). Sum of RGB (Red+Green+Blue) = 104+93+186=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #685DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DBA is #97A245. Grayscale: #6A6A6A. Windows color (decimal): -9937478 or 12213608. OLE color: 12213608.

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

Color convert

RGB 104 93 186 -
CMYK 0.44 0.5 0 0.27
HSL 247.1º 0.4% 0.55% -
HSV(B) 247.1º 0.5% 0.73% -
XYZ 18.49 14.32 48.24 -
YUV 106.89 172.64 125.94 -
System Red Green Blue C M Y K H S L
Decimal 104 93 186 0.44 0.5 0 0.27 247.1 0.4 0.55
Hex 68 5D BA 2C 32 0 1B F7 28 37
Octal 150 135 272 54 62 0 33 367 50 67
Binary 1101000 1011101 10111010 101100 110010 0 11011 11110111 101000 110111

Color Harmonies of #685DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DBA

Black with #685DBA

Text Example


Text Example

White with #685DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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