Html Css Color HEX #675FBA Blue Marguerite

📋 copy color: '#675FBA'

red 103 ◦ green 95 ◦ blue 186

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

Shades of Blue Marguerite #675FBA

Tints of Blue Marguerite #675FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 26.82%
G = 24.74%
B = 48.44%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#675FBA (or 0x675FBA) is known color: Blue Marguerite. HEX triplet: 67, 5F and BA. RGB value is (103,95,186). Sum of RGB (Red+Green+Blue) = 103+95+186=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #675FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FBA is #98A045. Grayscale: #6B6B6B. Windows color (decimal): -10002502 or 12214119. OLE color: 12214119.

HSL color Cylindrical-coordinate representation of color #675FBA: hue angle of 245.27º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #675FBA is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 95 186 -
CMYK 0.45 0.49 0 0.27
HSL 245.27º 0.4% 0.55% -
HSV(B) 245.27º 0.49% 0.73% -
XYZ 18.55 14.61 48.3 -
YUV 107.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 103 95 186 0.45 0.49 0 0.27 245.27 0.4 0.55
Hex 67 5F BA 2D 31 0 1B F5 28 37
Octal 147 137 272 55 61 0 33 365 50 67
Binary 1100111 1011111 10111010 101101 110001 0 11011 11110101 101000 110111

Color Harmonies of #675FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FBA

Black with #675FBA

Text Example


Text Example

White with #675FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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