Html Css Color HEX #674CAB Blue Marguerite

📋 copy color: '#674CAB'

red 103 ◦ green 76 ◦ blue 171

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

Shades of Blue Marguerite #674CAB

Tints of Blue Marguerite #674CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 29.43%
G = 21.71%
B = 48.86%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#674CAB (or 0x674CAB) is known color: Blue Marguerite. HEX triplet: 67, 4C and AB. RGB value is (103,76,171). Sum of RGB (Red+Green+Blue) = 103+76+171=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #674CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674CAB is #98B354. Grayscale: #5E5E5E. Windows color (decimal): -10007381 or 11226215. OLE color: 11226215.

HSL color Cylindrical-coordinate representation of color #674CAB: hue angle of 257.05º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #674CAB is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 76 171 -
CMYK 0.40 0.56 0 0.33
HSL 257.05º 0.38% 0.48% -
HSV(B) 257.05º 0.56% 0.67% -
XYZ 15.53 10.99 39.83 -
YUV 94.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 103 76 171 0.40 0.56 0 0.33 257.05 0.38 0.48
Hex 67 4C AB 28 38 0 21 101 26 30
Octal 147 114 253 50 70 0 41 401 46 60
Binary 1100111 1001100 10101011 101000 111000 0 100001 100000001 100110 110000

Color Harmonies of #674CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CAB

Black with #674CAB

Text Example


Text Example

White with #674CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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