Html Css Color HEX #675CAC Blue Marguerite

📋 copy color: '#675CAC'

red 103 ◦ green 92 ◦ blue 172

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

Shades of Blue Marguerite #675CAC

Tints of Blue Marguerite #675CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.07%

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 28.07%
G = 25.07%
B = 46.87%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#675CAC (or 0x675CAC) is known color: Blue Marguerite. HEX triplet: 67, 5C and AC. RGB value is (103,92,172). Sum of RGB (Red+Green+Blue) = 103+92+172=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #675CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675CAC is #98A353. Grayscale: #686868. Windows color (decimal): -10003284 or 11295847. OLE color: 11295847.

HSL color Cylindrical-coordinate representation of color #675CAC: hue angle of 248.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #675CAC is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 92 172 -
CMYK 0.40 0.47 0 0.33
HSL 248.25º 0.33% 0.52% -
HSV(B) 248.25º 0.47% 0.67% -
XYZ 16.87 13.52 40.75 -
YUV 104.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 103 92 172 0.40 0.47 0 0.33 248.25 0.33 0.52
Hex 67 5C AC 28 2F 0 21 F8 21 34
Octal 147 134 254 50 57 0 41 370 41 64
Binary 1100111 1011100 10101100 101000 101111 0 100001 11111000 100001 110100

Color Harmonies of #675CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675CAC

Black with #675CAC

Text Example


Text Example

White with #675CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,92,172); }

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

background-color css

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

 a { background-color: rgb(103,92,172); }

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

border-color css

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

 span { border-color: rgb(103,92,172); }

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