Html Css Color HEX #675CB2 Blue Marguerite

📋 copy color: '#675CB2'

red 103 ◦ green 92 ◦ blue 178

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

Shades of Blue Marguerite #675CB2

Tints of Blue Marguerite #675CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.72%

R = 27.61%
G = 24.66%
B = 47.72%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#675CB2 (or 0x675CB2) is known color: Blue Marguerite. HEX triplet: 67, 5C and B2. RGB value is (103,92,178). Sum of RGB (Red+Green+Blue) = 103+92+178=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #675CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675CB2 is #98A34D. Grayscale: #686868. Windows color (decimal): -10003278 or 11689063. OLE color: 11689063.

HSL color Cylindrical-coordinate representation of color #675CB2: hue angle of 247.67º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #675CB2 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 103 92 178 -
CMYK 0.42 0.48 0 0.30
HSL 247.67º 0.36% 0.53% -
HSV(B) 247.67º 0.48% 0.7% -
XYZ 17.46 13.75 43.85 -
YUV 105.09 169.14 126.51 -
System Red Green Blue C M Y K H S L
Decimal 103 92 178 0.42 0.48 0 0.30 247.67 0.36 0.53
Hex 67 5C B2 2A 30 0 1E F8 24 35
Octal 147 134 262 52 60 0 36 370 44 65
Binary 1100111 1011100 10110010 101010 110000 0 11110 11111000 100100 110101

Color Harmonies of #675CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675CB2

Black with #675CB2

Text Example


Text Example

White with #675CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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