#625fae

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

Shades of Rich Blue #625FAE

Tints of Rich Blue #625FAE

Color information

#625FAE (or 0x625FAE) is unknown color: approx Rich Blue. HEX triplet: 62, 5F and AE. RGB value is (98,95,174). Sum of RGB (Red+Green+Blue) = 98+95+174=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #625FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625FAE is #9DA051. Grayscale: #686868. Windows color (decimal): -10330194 or 11427682. OLE color: 11427682.

HSL color Cylindrical-coordinate representation of color #625FAE: hue angle of 242.28º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #625FAE is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9895174-
CMYK0.440.4500.32
HSL242.28º32.78%52.75%-
HSV(B)242.28º45.4%68.24%-
XYZ16.7713.8441.83-
YUV104.9166.99123.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=26.70%
G=25.89%
B=47.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98951740.440.4500.32242.2832.7852.75
Hex625FAE2C2D020f22135
Octal14213725654550403624165
Binary1100010101111110101110101100101101010000011110010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625fae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,95,174); }

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

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

 a { background-color: rgb(98,95,174); }

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

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

 span { border-color: rgb(98,95,174); }

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