Html Css Color HEX #674ABE Blue Marguerite

📋 copy color: '#674ABE'

red 103 ◦ green 74 ◦ blue 190

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

Shades of Blue Marguerite #674ABE

Tints of Blue Marguerite #674ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.16%

 BLUE value IS 190 (74.61% from 255) = 51.77%

R = 28.07%
G = 20.16%
B = 51.77%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#674ABE (or 0x674ABE) is known color: Blue Marguerite. HEX triplet: 67, 4A and BE. RGB value is (103,74,190). Sum of RGB (Red+Green+Blue) = 103+74+190=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #674ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674ABE is #98B541. Grayscale: #5F5F5F. Windows color (decimal): -10007874 or 12470887. OLE color: 12470887.

HSL color Cylindrical-coordinate representation of color #674ABE: hue angle of 255º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #674ABE is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 74 190 -
CMYK 0.46 0.61 0 0.25
HSL 255º 0.47% 0.52% -
HSV(B) 255º 0.61% 0.75% -
XYZ 17.34 11.5 50.02 -
YUV 95.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 103 74 190 0.46 0.61 0 0.25 255 0.47 0.52
Hex 67 4A BE 2E 3D 0 19 FF 2F 34
Octal 147 112 276 56 75 0 31 377 57 64
Binary 1100111 1001010 10111110 101110 111101 0 11001 11111111 101111 110100

Color Harmonies of #674ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674ABE

Black with #674ABE

Text Example


Text Example

White with #674ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,74,190); }

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

background-color css

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

 a { background-color: rgb(103,74,190); }

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

border-color css

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

 span { border-color: rgb(103,74,190); }

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