Html Css Color HEX #685CBB Blue Marguerite

📋 copy color: '#685CBB'

red 104 ◦ green 92 ◦ blue 187

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

Shades of Blue Marguerite #685CBB

Tints of Blue Marguerite #685CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 27.15%
G = 24.02%
B = 48.83%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#685CBB (or 0x685CBB) is known color: Blue Marguerite. HEX triplet: 68, 5C and BB. RGB value is (104,92,187). Sum of RGB (Red+Green+Blue) = 104+92+187=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #685CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CBB is #97A344. Grayscale: #6A6A6A. Windows color (decimal): -9937733 or 12278888. OLE color: 12278888.

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

Color convert

RGB 104 92 187 -
CMYK 0.44 0.51 0 0.27
HSL 247.58º 0.41% 0.55% -
HSV(B) 247.58º 0.51% 0.73% -
XYZ 18.51 14.19 48.78 -
YUV 106.42 173.48 126.28 -
System Red Green Blue C M Y K H S L
Decimal 104 92 187 0.44 0.51 0 0.27 247.58 0.41 0.55
Hex 68 5C BB 2C 33 0 1B F8 29 37
Octal 150 134 273 54 63 0 33 370 51 67
Binary 1101000 1011100 10111011 101100 110011 0 11011 11111000 101001 110111

Color Harmonies of #685CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685CBB

Black with #685CBB

Text Example


Text Example

White with #685CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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