#625BAA

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

Shades of Rich Blue #625BAA

Tints of Rich Blue #625BAA

Color information

#625BAA (or 0x625BAA) is unknown color: approx Rich Blue. HEX triplet: 62, 5B and AA. RGB value is (98,91,170). Sum of RGB (Red+Green+Blue) = 98+91+170=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #625BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625BAA is #9DA455. Grayscale: #656565. Windows color (decimal): -10331222 or 11164514. OLE color: 11164514.

HSL color Cylindrical-coordinate representation of color #625BAA: hue angle of 245.32º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #625BAA is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9891170-
CMYK0.420.4600.33
HSL245.32º31.73%51.18%-
HSV(B)245.32º46.47%66.67%-
XYZ16.0312.9839.69-
YUV102.1166.32125.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=27.30%
G=25.35%
B=47.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98911700.420.4600.33245.3231.7351.18
Hex625BAA2A2E021f52033
Octal14213325252560413654063
Binary1100010101101110101010101010101110010000111110101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625BAA; }

 p { color: rgb(98,91,170); }

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

<style>
 a { background-color: #625BAA; }

 a { background-color: rgb(98,91,170); }

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

<style>
 span { border-color: #625BAA; }

 span { border-color: rgb(98,91,170); }

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