Html Css Color HEX #675BB8 Blue Marguerite

📋 copy color: '#675BB8'

red 103 ◦ green 91 ◦ blue 184

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

Shades of Blue Marguerite #675BB8

Tints of Blue Marguerite #675BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.68%

R = 27.25%
G = 24.07%
B = 48.68%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#675BB8 (or 0x675BB8) is known color: Blue Marguerite. HEX triplet: 67, 5B and B8. RGB value is (103,91,184). Sum of RGB (Red+Green+Blue) = 103+91+184=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #675BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BB8 is #98A447. Grayscale: #686868. Windows color (decimal): -10003528 or 12082023. OLE color: 12082023.

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

Color convert

RGB 103 91 184 -
CMYK 0.44 0.51 0 0.28
HSL 247.74º 0.4% 0.54% -
HSV(B) 247.74º 0.51% 0.72% -
XYZ 17.99 13.83 47.07 -
YUV 105.19 172.48 126.44 -
System Red Green Blue C M Y K H S L
Decimal 103 91 184 0.44 0.51 0 0.28 247.74 0.4 0.54
Hex 67 5B B8 2C 33 0 1C F8 28 36
Octal 147 133 270 54 63 0 34 370 50 66
Binary 1100111 1011011 10111000 101100 110011 0 11100 11111000 101000 110110

Color Harmonies of #675BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675BB8

Black with #675BB8

Text Example


Text Example

White with #675BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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