Html Css Color HEX #675CB3 Blue Marguerite

📋 copy color: '#675CB3'

red 103 ◦ green 92 ◦ blue 179

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

Shades of Blue Marguerite #675CB3

Tints of Blue Marguerite #675CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.86%

R = 27.54%
G = 24.6%
B = 47.86%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#675CB3 (or 0x675CB3) is known color: Blue Marguerite. HEX triplet: 67, 5C and B3. RGB value is (103,92,179). Sum of RGB (Red+Green+Blue) = 103+92+179=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #675CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675CB3 is #98A34C. Grayscale: #686868. Windows color (decimal): -10003277 or 11754599. OLE color: 11754599.

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

Color convert

RGB 103 92 179 -
CMYK 0.42 0.49 0 0.30
HSL 247.59º 0.36% 0.53% -
HSV(B) 247.59º 0.49% 0.7% -
XYZ 17.56 13.79 44.38 -
YUV 105.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 103 92 179 0.42 0.49 0 0.30 247.59 0.36 0.53
Hex 67 5C B3 2A 31 0 1E F8 24 35
Octal 147 134 263 52 61 0 36 370 44 65
Binary 1100111 1011100 10110011 101010 110001 0 11110 11111000 100100 110101

Color Harmonies of #675CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675CB3

Black with #675CB3

Text Example


Text Example

White with #675CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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