Html Css Color HEX #6754BE Blue Marguerite

📋 copy color: '#6754BE'

red 103 ◦ green 84 ◦ blue 190

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

Shades of Blue Marguerite #6754BE

Tints of Blue Marguerite #6754BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.28%

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

R = 27.32%
G = 22.28%
B = 50.4%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6754BE (or 0x6754BE) is known color: Blue Marguerite. HEX triplet: 67, 54 and BE. RGB value is (103,84,190). Sum of RGB (Red+Green+Blue) = 103+84+190=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #6754BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754BE is #98AB41. Grayscale: #656565. Windows color (decimal): -10005314 or 12473447. OLE color: 12473447.

HSL color Cylindrical-coordinate representation of color #6754BE: hue angle of 250.75º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6754BE is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 84 190 -
CMYK 0.46 0.56 0 0.25
HSL 250.75º 0.45% 0.54% -
HSV(B) 250.75º 0.56% 0.75% -
XYZ 18.06 12.94 50.26 -
YUV 101.77 177.79 128.88 -
System Red Green Blue C M Y K H S L
Decimal 103 84 190 0.46 0.56 0 0.25 250.75 0.45 0.54
Hex 67 54 BE 2E 38 0 19 FB 2D 36
Octal 147 124 276 56 70 0 31 373 55 66
Binary 1100111 1010100 10111110 101110 111000 0 11001 11111011 101101 110110

Color Harmonies of #6754BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6754BE

Black with #6754BE

Text Example


Text Example

White with #6754BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6754BE; }

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

 H1.HeaderClassName
 {
   color: #6754BE;
 }
 .AnyTagClassName
 {
   color: #6754BE;
 }
</style>

background-color css

<style>
 a { background-color: #6754BE; }

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

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

border-color css

<style>
 span { border-color: #6754BE; }

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

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