Html Css Color HEX #675DBD Blue Marguerite

📋 copy color: '#675DBD'

red 103 ◦ green 93 ◦ blue 189

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

Shades of Blue Marguerite #675DBD

Tints of Blue Marguerite #675DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 26.75%
G = 24.16%
B = 49.09%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#675DBD (or 0x675DBD) is known color: Blue Marguerite. HEX triplet: 67, 5D and BD. RGB value is (103,93,189). Sum of RGB (Red+Green+Blue) = 103+93+189=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #675DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DBD is #98A242. Grayscale: #6A6A6A. Windows color (decimal): -10003011 or 12410215. OLE color: 12410215.

HSL color Cylindrical-coordinate representation of color #675DBD: hue angle of 246.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #675DBD is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 93 189 -
CMYK 0.46 0.51 0 0.26
HSL 246.25º 0.42% 0.55% -
HSV(B) 246.25º 0.51% 0.74% -
XYZ 18.69 14.39 49.94 -
YUV 106.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 103 93 189 0.46 0.51 0 0.26 246.25 0.42 0.55
Hex 67 5D BD 2E 33 0 1A F6 2A 37
Octal 147 135 275 56 63 0 32 366 52 67
Binary 1100111 1011101 10111101 101110 110011 0 11010 11110110 101010 110111

Color Harmonies of #675DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675DBD

Black with #675DBD

Text Example


Text Example

White with #675DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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