Html Css Color HEX #674CBA Blue Marguerite

📋 copy color: '#674CBA'

red 103 ◦ green 76 ◦ blue 186

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

Shades of Blue Marguerite #674CBA

Tints of Blue Marguerite #674CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.82%

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

R = 28.22%
G = 20.82%
B = 50.96%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#674CBA (or 0x674CBA) is known color: Blue Marguerite. HEX triplet: 67, 4C and BA. RGB value is (103,76,186). Sum of RGB (Red+Green+Blue) = 103+76+186=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #674CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CBA is #98B345. Grayscale: #606060. Windows color (decimal): -10007366 or 12209255. OLE color: 12209255.

HSL color Cylindrical-coordinate representation of color #674CBA: hue angle of 254.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #674CBA is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 76 186 -
CMYK 0.45 0.59 0 0.27
HSL 254.73º 0.44% 0.51% -
HSV(B) 254.73º 0.59% 0.73% -
XYZ 17.04 11.6 47.79 -
YUV 96.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 103 76 186 0.45 0.59 0 0.27 254.73 0.44 0.51
Hex 67 4C BA 2D 3B 0 1B FF 2C 33
Octal 147 114 272 55 73 0 33 377 54 63
Binary 1100111 1001100 10111010 101101 111011 0 11011 11111111 101100 110011

Color Harmonies of #674CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CBA

Black with #674CBA

Text Example


Text Example

White with #674CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674CBA; }

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

 H1.HeaderClassName
 {
   color: #674CBA;
 }
 .AnyTagClassName
 {
   color: #674CBA;
 }
</style>

background-color css

<style>
 a { background-color: #674CBA; }

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

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

border-color css

<style>
 span { border-color: #674CBA; }

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

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