Html Css Color HEX #674CBF Blue Marguerite

📋 copy color: '#674CBF'

red 103 ◦ green 76 ◦ blue 191

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

Shades of Blue Marguerite #674CBF

Tints of Blue Marguerite #674CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.62%

R = 27.84%
G = 20.54%
B = 51.62%

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

#674CBF (or 0x674CBF) is known color: Blue Marguerite. HEX triplet: 67, 4C and BF. RGB value is (103,76,191). Sum of RGB (Red+Green+Blue) = 103+76+191=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #674CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CBF is #98B340. Grayscale: #606060. Windows color (decimal): -10007361 or 12536935. OLE color: 12536935.

HSL color Cylindrical-coordinate representation of color #674CBF: hue angle of 254.09º 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 #674CBF is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 76 191 -
CMYK 0.46 0.60 0 0.25
HSL 254.09º 0.47% 0.52% -
HSV(B) 254.09º 0.6% 0.75% -
XYZ 17.58 11.81 50.64 -
YUV 97.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 103 76 191 0.46 0.60 0 0.25 254.09 0.47 0.52
Hex 67 4C BF 2E 3C 0 19 FE 2F 34
Octal 147 114 277 56 74 0 31 376 57 64
Binary 1100111 1001100 10111111 101110 111100 0 11001 11111110 101111 110100

Color Harmonies of #674CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CBF

Black with #674CBF

Text Example


Text Example

White with #674CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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