#6259A5

Color #6259A5 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #6259A5

Tints of Rich Blue #6259A5

Color information

#6259A5 (or 0x6259A5) is unknown color: approx Rich Blue. HEX triplet: 62, 59 and A5. RGB value is (98,89,165). Sum of RGB (Red+Green+Blue) = 98+89+165=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 165 - color contains mainly: blue. Hex color #6259A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6259A5 is #9DA65A. Grayscale: #646464. Windows color (decimal): -10331739 or 10836322. OLE color: 10836322.

HSL color Cylindrical-coordinate representation of color #6259A5: hue angle of 247.11º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6259A5 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9889165-
CMYK0.410.4600.35
HSL247.11º29.92%49.8%-
HSV(B)247.11º46.06%64.71%-
XYZ15.412.4637.19-
YUV100.35164.48126.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.84%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 165 (64.84% from 255) = 46.88%
R=27.84%
G=25.28%
B=46.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98891650.410.4600.35247.1129.9249.8
Hex6259A5292E023f71e32
Octal14213124551560433673662
Binary110001010110011010010110100110111001000111111011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6259A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6259A5;
 }
 .AnyTagClassName
 {
   color: #6259A5;
 }
</style>
background-color css

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

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

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

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

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

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