Html Css Color HEX #685CBA Blue Marguerite

📋 copy color: '#685CBA'

red 104 ◦ green 92 ◦ blue 186

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

Shades of Blue Marguerite #685CBA

Tints of Blue Marguerite #685CBA

RGB

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

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

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

R = 27.23%
G = 24.08%
B = 48.69%

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

#685CBA (or 0x685CBA) is known color: Blue Marguerite. HEX triplet: 68, 5C and BA. RGB value is (104,92,186). Sum of RGB (Red+Green+Blue) = 104+92+186=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #685CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CBA is #97A345. Grayscale: #696969. Windows color (decimal): -9937734 or 12213352. OLE color: 12213352.

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

Color convert

RGB 104 92 186 -
CMYK 0.44 0.51 0 0.27
HSL 247.66º 0.41% 0.55% -
HSV(B) 247.66º 0.51% 0.73% -
XYZ 18.4 14.14 48.21 -
YUV 106.3 172.98 126.36 -
System Red Green Blue C M Y K H S L
Decimal 104 92 186 0.44 0.51 0 0.27 247.66 0.41 0.55
Hex 68 5C BA 2C 33 0 1B F8 29 37
Octal 150 134 272 54 63 0 33 370 51 67
Binary 1101000 1011100 10111010 101100 110011 0 11011 11111000 101001 110111

Color Harmonies of #685CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685CBA

Black with #685CBA

Text Example


Text Example

White with #685CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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