Html Css Color HEX #6259BD Blue Marguerite

📋 copy color: '#6259BD'

red 98 ◦ green 89 ◦ blue 189

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

Shades of Blue Marguerite #6259BD

Tints of Blue Marguerite #6259BD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.67%

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 26.06%
G = 23.67%
B = 50.27%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6259BD (or 0x6259BD) is known color: Blue Marguerite. HEX triplet: 62, 59 and BD. RGB value is (98,89,189). Sum of RGB (Red+Green+Blue) = 98+89+189=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #6259BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6259BD is #9DA642. Grayscale: #666666. Windows color (decimal): -10331715 or 12409186. OLE color: 12409186.

HSL color Cylindrical-coordinate representation of color #6259BD: hue angle of 245.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6259BD is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 89 189 -
CMYK 0.48 0.53 0 0.26
HSL 245.4º 0.43% 0.55% -
HSV(B) 245.4º 0.53% 0.74% -
XYZ 17.79 13.42 49.8 -
YUV 103.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 98 89 189 0.48 0.53 0 0.26 245.4 0.43 0.55
Hex 62 59 BD 30 35 0 1A F5 2B 37
Octal 142 131 275 60 65 0 32 365 53 67
Binary 1100010 1011001 10111101 110000 110101 0 11010 11110101 101011 110111

Color Harmonies of #6259BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6259BD

Black with #6259BD

Text Example


Text Example

White with #6259BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6259BD; }

 p { color: rgb(98,89,189); }

 H1.HeaderClassName
 {
   color: #6259BD;
 }
 .AnyTagClassName
 {
   color: #6259BD;
 }
</style>

background-color css

<style>
 a { background-color: #6259BD; }

 a { background-color: rgb(98,89,189); }

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

border-color css

<style>
 span { border-color: #6259BD; }

 span { border-color: rgb(98,89,189); }

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