Html Css Color HEX #675BBB Blue Marguerite

📋 copy color: '#675BBB'

red 103 ◦ green 91 ◦ blue 187

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

Shades of Blue Marguerite #675BBB

Tints of Blue Marguerite #675BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.88%

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

R = 27.03%
G = 23.88%
B = 49.08%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#675BBB (or 0x675BBB) is known color: Blue Marguerite. HEX triplet: 67, 5B and BB. RGB value is (103,91,187). Sum of RGB (Red+Green+Blue) = 103+91+187=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #675BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BBB is #98A444. Grayscale: #696969. Windows color (decimal): -10003525 or 12278631. OLE color: 12278631.

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

Color convert

RGB 103 91 187 -
CMYK 0.45 0.51 0 0.27
HSL 247.5º 0.41% 0.55% -
HSV(B) 247.5º 0.51% 0.73% -
XYZ 18.3 13.95 48.74 -
YUV 105.53 173.98 126.19 -
System Red Green Blue C M Y K H S L
Decimal 103 91 187 0.45 0.51 0 0.27 247.5 0.41 0.55
Hex 67 5B BB 2D 33 0 1B F8 29 37
Octal 147 133 273 55 63 0 33 370 51 67
Binary 1100111 1011011 10111011 101101 110011 0 11011 11111000 101001 110111

Color Harmonies of #675BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675BBB

Black with #675BBB

Text Example


Text Example

White with #675BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,91,187); }

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

background-color css

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

 a { background-color: rgb(103,91,187); }

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

border-color css

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

 span { border-color: rgb(103,91,187); }

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