Html Css Color HEX #674CBE Blue Marguerite

📋 copy color: '#674CBE'

red 103 ◦ green 76 ◦ blue 190

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

Shades of Blue Marguerite #674CBE

Tints of Blue Marguerite #674CBE

RGB

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

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

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

R = 27.91%
G = 20.6%
B = 51.49%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#674CBE (or 0x674CBE) is known color: Blue Marguerite. HEX triplet: 67, 4C and BE. RGB value is (103,76,190). Sum of RGB (Red+Green+Blue) = 103+76+190=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #674CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CBE is #98B341. Grayscale: #606060. Windows color (decimal): -10007362 or 12471399. OLE color: 12471399.

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

Color convert

RGB 103 76 190 -
CMYK 0.46 0.60 0 0.25
HSL 254.21º 0.47% 0.52% -
HSV(B) 254.21º 0.6% 0.75% -
XYZ 17.47 11.77 50.07 -
YUV 97.07 180.45 132.23 -
System Red Green Blue C M Y K H S L
Decimal 103 76 190 0.46 0.60 0 0.25 254.21 0.47 0.52
Hex 67 4C BE 2E 3C 0 19 FE 2F 34
Octal 147 114 276 56 74 0 31 376 57 64
Binary 1100111 1001100 10111110 101110 111100 0 11001 11111110 101111 110100

Color Harmonies of #674CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CBE

Black with #674CBE

Text Example


Text Example

White with #674CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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