Html Css Color HEX #675ABA Blue Marguerite

📋 copy color: '#675ABA'

red 103 ◦ green 90 ◦ blue 186

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

Shades of Blue Marguerite #675ABA

Tints of Blue Marguerite #675ABA

RGB

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

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

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

R = 27.18%
G = 23.75%
B = 49.08%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#675ABA (or 0x675ABA) is known color: Blue Marguerite. HEX triplet: 67, 5A and BA. RGB value is (103,90,186). Sum of RGB (Red+Green+Blue) = 103+90+186=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #675ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ABA is #98A545. Grayscale: #686868. Windows color (decimal): -10003782 or 12212839. OLE color: 12212839.

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

Color convert

RGB 103 90 186 -
CMYK 0.45 0.52 0 0.27
HSL 248.13º 0.41% 0.54% -
HSV(B) 248.13º 0.52% 0.73% -
XYZ 18.11 13.74 48.15 -
YUV 104.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 103 90 186 0.45 0.52 0 0.27 248.13 0.41 0.54
Hex 67 5A BA 2D 34 0 1B F8 29 36
Octal 147 132 272 55 64 0 33 370 51 66
Binary 1100111 1011010 10111010 101101 110100 0 11011 11111000 101001 110110

Color Harmonies of #675ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675ABA

Black with #675ABA

Text Example


Text Example

White with #675ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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