Html Css Color HEX #685ABE Blue Marguerite

📋 copy color: '#685ABE'

red 104 ◦ green 90 ◦ blue 190

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

Shades of Blue Marguerite #685ABE

Tints of Blue Marguerite #685ABE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.44%

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 27.08%
G = 23.44%
B = 49.48%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#685ABE (or 0x685ABE) is known color: Blue Marguerite. HEX triplet: 68, 5A and BE. RGB value is (104,90,190). Sum of RGB (Red+Green+Blue) = 104+90+190=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #685ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ABE is #97A541. Grayscale: #696969. Windows color (decimal): -9938242 or 12474984. OLE color: 12474984.

HSL color Cylindrical-coordinate representation of color #685ABE: hue angle of 248.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #685ABE is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 90 190 -
CMYK 0.45 0.53 0 0.25
HSL 248.4º 0.43% 0.55% -
HSV(B) 248.4º 0.53% 0.75% -
XYZ 18.66 13.97 50.43 -
YUV 105.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 104 90 190 0.45 0.53 0 0.25 248.4 0.43 0.55
Hex 68 5A BE 2D 35 0 19 F8 2B 37
Octal 150 132 276 55 65 0 31 370 53 67
Binary 1101000 1011010 10111110 101101 110101 0 11001 11111000 101011 110111

Color Harmonies of #685ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685ABE

Black with #685ABE

Text Example


Text Example

White with #685ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,90,190); }

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

background-color css

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

 a { background-color: rgb(104,90,190); }

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

border-color css

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

 span { border-color: rgb(104,90,190); }

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