Html Css Color HEX #675DBA Blue Marguerite

📋 copy color: '#675DBA'

red 103 ◦ green 93 ◦ blue 186

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

Shades of Blue Marguerite #675DBA

Tints of Blue Marguerite #675DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.35%

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

R = 26.96%
G = 24.35%
B = 48.69%

CMYK

 C value IS 0.45

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#675DBA (or 0x675DBA) is known color: Blue Marguerite. HEX triplet: 67, 5D and BA. RGB value is (103,93,186). Sum of RGB (Red+Green+Blue) = 103+93+186=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #675DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DBA is #98A245. Grayscale: #6A6A6A. Windows color (decimal): -10003014 or 12213607. OLE color: 12213607.

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

Color convert

RGB 103 93 186 -
CMYK 0.45 0.5 0 0.27
HSL 246.45º 0.4% 0.55% -
HSV(B) 246.45º 0.5% 0.73% -
XYZ 18.37 14.26 48.24 -
YUV 106.59 172.81 125.44 -
System Red Green Blue C M Y K H S L
Decimal 103 93 186 0.45 0.5 0 0.27 246.45 0.4 0.55
Hex 67 5D BA 2D 32 0 1B F6 28 37
Octal 147 135 272 55 62 0 33 366 50 67
Binary 1100111 1011101 10111010 101101 110010 0 11011 11110110 101000 110111

Color Harmonies of #675DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675DBA

Black with #675DBA

Text Example


Text Example

White with #675DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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