Html Css Color HEX #624FBA Blue Marguerite

📋 copy color: '#624FBA'

red 98 ◦ green 79 ◦ blue 186

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

Shades of Blue Marguerite #624FBA

Tints of Blue Marguerite #624FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 27%
G = 21.76%
B = 51.24%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#624FBA (or 0x624FBA) is known color: Blue Marguerite. HEX triplet: 62, 4F and BA. RGB value is (98,79,186). Sum of RGB (Red+Green+Blue) = 98+79+186=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #624FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624FBA is #9DB045. Grayscale: #606060. Windows color (decimal): -10334278 or 12210018. OLE color: 12210018.

HSL color Cylindrical-coordinate representation of color #624FBA: hue angle of 250.65º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #624FBA is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 79 186 -
CMYK 0.47 0.58 0 0.27
HSL 250.65º 0.44% 0.52% -
HSV(B) 250.65º 0.58% 0.73% -
XYZ 16.7 11.73 47.84 -
YUV 96.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 98 79 186 0.47 0.58 0 0.27 250.65 0.44 0.52
Hex 62 4F BA 2F 3A 0 1B FB 2C 34
Octal 142 117 272 57 72 0 33 373 54 64
Binary 1100010 1001111 10111010 101111 111010 0 11011 11111011 101100 110100

Color Harmonies of #624FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624FBA

Black with #624FBA

Text Example


Text Example

White with #624FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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