Html Css Color HEX #624FA0 Blue Marguerite

📋 copy color: '#624FA0'

red 98 ◦ green 79 ◦ blue 160

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

Shades of Blue Marguerite #624FA0

Tints of Blue Marguerite #624FA0

RGB

 RED value IS 98 (38.67% from 255) = 29.08%

 GREEN value IS 79 (31.25% from 255) = 23.44%

 BLUE value IS 160 (62.89% from 255) = 47.48%

R = 29.08%
G = 23.44%
B = 47.48%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#624FA0 (or 0x624FA0) is known color: Blue Marguerite. HEX triplet: 62, 4F and A0. RGB value is (98,79,160). Sum of RGB (Red+Green+Blue) = 98+79+160=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #624FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #624FA0 is #9DB05F. Grayscale: #5D5D5D. Windows color (decimal): -10334304 or 10506082. OLE color: 10506082.

HSL color Cylindrical-coordinate representation of color #624FA0: hue angle of 254.07º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #624FA0 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 79 160 -
CMYK 0.39 0.51 0 0.37
HSL 254.07º 0.34% 0.47% -
HSV(B) 254.07º 0.51% 0.63% -
XYZ 14.18 10.73 34.58 -
YUV 93.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 98 79 160 0.39 0.51 0 0.37 254.07 0.34 0.47
Hex 62 4F A0 27 33 0 25 FE 22 2F
Octal 142 117 240 47 63 0 45 376 42 57
Binary 1100010 1001111 10100000 100111 110011 0 100101 11111110 100010 101111

Color Harmonies of #624FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624FA0

Black with #624FA0

Text Example


Text Example

White with #624FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624FA0; }

 p { color: rgb(98,79,160); }

 H1.HeaderClassName
 {
   color: #624FA0;
 }
 .AnyTagClassName
 {
   color: #624FA0;
 }
</style>

background-color css

<style>
 a { background-color: #624FA0; }

 a { background-color: rgb(98,79,160); }

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

border-color css

<style>
 span { border-color: #624FA0; }

 span { border-color: rgb(98,79,160); }

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