Html Css Color HEX #674BBE Blue Marguerite

📋 copy color: '#674BBE'

red 103 ◦ green 75 ◦ blue 190

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

Shades of Blue Marguerite #674BBE

Tints of Blue Marguerite #674BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.38%

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

R = 27.99%
G = 20.38%
B = 51.63%

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

#674BBE (or 0x674BBE) is known color: Blue Marguerite. HEX triplet: 67, 4B and BE. RGB value is (103,75,190). Sum of RGB (Red+Green+Blue) = 103+75+190=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #674BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674BBE is #98B441. Grayscale: #606060. Windows color (decimal): -10007618 or 12471143. OLE color: 12471143.

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

Color convert

RGB 103 75 190 -
CMYK 0.46 0.61 0 0.25
HSL 254.61º 0.47% 0.52% -
HSV(B) 254.61º 0.61% 0.75% -
XYZ 17.4 11.63 50.04 -
YUV 96.48 180.78 132.65 -
System Red Green Blue C M Y K H S L
Decimal 103 75 190 0.46 0.61 0 0.25 254.61 0.47 0.52
Hex 67 4B BE 2E 3D 0 19 FF 2F 34
Octal 147 113 276 56 75 0 31 377 57 64
Binary 1100111 1001011 10111110 101110 111101 0 11001 11111111 101111 110100

Color Harmonies of #674BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674BBE

Black with #674BBE

Text Example


Text Example

White with #674BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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