Html Css Color HEX #675FB6 Blue Marguerite

📋 copy color: '#675FB6'

red 103 ◦ green 95 ◦ blue 182

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

Shades of Blue Marguerite #675FB6

Tints of Blue Marguerite #675FB6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25%

 BLUE value IS 182 (71.48% from 255) = 47.89%

R = 27.11%
G = 25%
B = 47.89%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#675FB6 (or 0x675FB6) is known color: Blue Marguerite. HEX triplet: 67, 5F and B6. RGB value is (103,95,182). Sum of RGB (Red+Green+Blue) = 103+95+182=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 182 - color contains mainly: blue. Hex color #675FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FB6 is #98A049. Grayscale: #6A6A6A. Windows color (decimal): -10002506 or 11951975. OLE color: 11951975.

HSL color Cylindrical-coordinate representation of color #675FB6: hue angle of 245.52º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #675FB6 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 95 182 -
CMYK 0.43 0.48 0 0.29
HSL 245.52º 0.37% 0.54% -
HSV(B) 245.52º 0.48% 0.71% -
XYZ 18.13 14.45 46.09 -
YUV 107.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 103 95 182 0.43 0.48 0 0.29 245.52 0.37 0.54
Hex 67 5F B6 2B 30 0 1D F6 25 36
Octal 147 137 266 53 60 0 35 366 45 66
Binary 1100111 1011111 10110110 101011 110000 0 11101 11110110 100101 110110

Color Harmonies of #675FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FB6

Black with #675FB6

Text Example


Text Example

White with #675FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,95,182); }

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

background-color css

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

 a { background-color: rgb(103,95,182); }

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

border-color css

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

 span { border-color: rgb(103,95,182); }

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