Html Css Color HEX #675FBB Blue Marguerite

📋 copy color: '#675FBB'

red 103 ◦ green 95 ◦ blue 187

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

Shades of Blue Marguerite #675FBB

Tints of Blue Marguerite #675FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 26.75%
G = 24.68%
B = 48.57%

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

#675FBB (or 0x675FBB) is known color: Blue Marguerite. HEX triplet: 67, 5F and BB. RGB value is (103,95,187). Sum of RGB (Red+Green+Blue) = 103+95+187=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #675FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FBB is #98A044. Grayscale: #6B6B6B. Windows color (decimal): -10002501 or 12279655. OLE color: 12279655.

HSL color Cylindrical-coordinate representation of color #675FBB: hue angle of 245.22º 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 #675FBB is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 95 187 -
CMYK 0.45 0.49 0 0.27
HSL 245.22º 0.4% 0.55% -
HSV(B) 245.22º 0.49% 0.73% -
XYZ 18.66 14.66 48.86 -
YUV 107.88 172.65 124.52 -
System Red Green Blue C M Y K H S L
Decimal 103 95 187 0.45 0.49 0 0.27 245.22 0.4 0.55
Hex 67 5F BB 2D 31 0 1B F5 28 37
Octal 147 137 273 55 61 0 33 365 50 67
Binary 1100111 1011111 10111011 101101 110001 0 11011 11110101 101000 110111

Color Harmonies of #675FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FBB

Black with #675FBB

Text Example


Text Example

White with #675FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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