Html Css Color HEX #685CB2 Blue Marguerite

📋 copy color: '#685CB2'

red 104 ◦ green 92 ◦ blue 178

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

Shades of Blue Marguerite #685CB2

Tints of Blue Marguerite #685CB2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

 BLUE value IS 178 (69.92% from 255) = 47.59%

R = 27.81%
G = 24.6%
B = 47.59%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#685CB2 (or 0x685CB2) is known color: Blue Marguerite. HEX triplet: 68, 5C and B2. RGB value is (104,92,178). Sum of RGB (Red+Green+Blue) = 104+92+178=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 178 - color contains mainly: blue. Hex color #685CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685CB2 is #97A34D. Grayscale: #696969. Windows color (decimal): -9937742 or 11689064. OLE color: 11689064.

HSL color Cylindrical-coordinate representation of color #685CB2: hue angle of 248.37º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #685CB2 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 92 178 -
CMYK 0.42 0.48 0 0.30
HSL 248.37º 0.36% 0.53% -
HSV(B) 248.37º 0.48% 0.7% -
XYZ 17.57 13.81 43.86 -
YUV 105.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 104 92 178 0.42 0.48 0 0.30 248.37 0.36 0.53
Hex 68 5C B2 2A 30 0 1E F8 24 35
Octal 150 134 262 52 60 0 36 370 44 65
Binary 1101000 1011100 10110010 101010 110000 0 11110 11111000 100100 110101

Color Harmonies of #685CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685CB2

Black with #685CB2

Text Example


Text Example

White with #685CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,92,178); }

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

background-color css

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

 a { background-color: rgb(104,92,178); }

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

border-color css

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

 span { border-color: rgb(104,92,178); }

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