Html Css Color HEX #675AB9 Blue Marguerite

📋 copy color: '#675AB9'

red 103 ◦ green 90 ◦ blue 185

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

Shades of Blue Marguerite #675AB9

Tints of Blue Marguerite #675AB9

RGB

 RED value IS 103 (40.63% from 255) = 27.25%

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

 BLUE value IS 185 (72.66% from 255) = 48.94%

R = 27.25%
G = 23.81%
B = 48.94%

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

#675AB9 (or 0x675AB9) is known color: Blue Marguerite. HEX triplet: 67, 5A and B9. RGB value is (103,90,185). Sum of RGB (Red+Green+Blue) = 103+90+185=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #675AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675AB9 is #98A546. Grayscale: #686868. Windows color (decimal): -10003783 or 12147303. OLE color: 12147303.

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

Color convert

RGB 103 90 185 -
CMYK 0.44 0.51 0 0.27
HSL 248.21º 0.4% 0.54% -
HSV(B) 248.21º 0.51% 0.73% -
XYZ 18.01 13.7 47.59 -
YUV 104.72 173.31 126.78 -
System Red Green Blue C M Y K H S L
Decimal 103 90 185 0.44 0.51 0 0.27 248.21 0.4 0.54
Hex 67 5A B9 2C 33 0 1B F8 28 36
Octal 147 132 271 54 63 0 33 370 50 66
Binary 1100111 1011010 10111001 101100 110011 0 11011 11111000 101000 110110

Color Harmonies of #675AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675AB9

Black with #675AB9

Text Example


Text Example

White with #675AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675AB9; }

 p { color: rgb(103,90,185); }

 H1.HeaderClassName
 {
   color: #675AB9;
 }
 .AnyTagClassName
 {
   color: #675AB9;
 }
</style>

background-color css

<style>
 a { background-color: #675AB9; }

 a { background-color: rgb(103,90,185); }

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

border-color css

<style>
 span { border-color: #675AB9; }

 span { border-color: rgb(103,90,185); }

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