Html Css Color HEX #6044B7 Blue Marguerite

📋 copy color: '#6044B7'

red 96 ◦ green 68 ◦ blue 183

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

Shades of Blue Marguerite #6044B7

Tints of Blue Marguerite #6044B7

RGB

 RED value IS 96 (37.89% from 255) = 27.67%

 GREEN value IS 68 (26.95% from 255) = 19.6%

 BLUE value IS 183 (71.88% from 255) = 52.74%

R = 27.67%
G = 19.6%
B = 52.74%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6044B7 (or 0x6044B7) is known color: Blue Marguerite. HEX triplet: 60, 44 and B7. RGB value is (96,68,183). Sum of RGB (Red+Green+Blue) = 96+68+183=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 183 (71.88% from 255 or 52.74% from 347); Max value from RGB is 183 - color contains mainly: blue. Hex color #6044B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6044B7 is #9FBB48. Grayscale: #595959. Windows color (decimal): -10468169 or 12010592. OLE color: 12010592.

HSL color Cylindrical-coordinate representation of color #6044B7: hue angle of 254.61º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6044B7 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 96 68 183 -
CMYK 0.48 0.63 0 0.28
HSL 254.61º 0.46% 0.49% -
HSV(B) 254.61º 0.63% 0.72% -
XYZ 15.44 10.04 45.92 -
YUV 89.48 180.78 132.65 -
System Red Green Blue C M Y K H S L
Decimal 96 68 183 0.48 0.63 0 0.28 254.61 0.46 0.49
Hex 60 44 B7 30 3F 0 1C FF 2E 31
Octal 140 104 267 60 77 0 34 377 56 61
Binary 1100000 1000100 10110111 110000 111111 0 11100 11111111 101110 110001

Color Harmonies of #6044B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6044B7

Black with #6044B7

Text Example


Text Example

White with #6044B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6044B7; }

 p { color: rgb(96,68,183); }

 H1.HeaderClassName
 {
   color: #6044B7;
 }
 .AnyTagClassName
 {
   color: #6044B7;
 }
</style>

background-color css

<style>
 a { background-color: #6044B7; }

 a { background-color: rgb(96,68,183); }

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

border-color css

<style>
 span { border-color: #6044B7; }

 span { border-color: rgb(96,68,183); }

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