#625EAA

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

Shades of Rich Blue #625EAA

Tints of Rich Blue #625EAA

Color information

#625EAA (or 0x625EAA) is unknown color: approx Rich Blue. HEX triplet: 62, 5E and AA. RGB value is (98,94,170). Sum of RGB (Red+Green+Blue) = 98+94+170=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #625EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625EAA is #9DA155. Grayscale: #676767. Windows color (decimal): -10330454 or 11165282. OLE color: 11165282.

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

Color convert

RGB9894170-
CMYK0.420.4500.33
HSL243.16º30.89%51.76%-
HSV(B)243.16º44.71%66.67%-
XYZ16.313.539.78-
YUV103.86165.33123.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.07%
GREEN value IS 94 (37.11% from 255) = 25.97%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=27.07%
G=25.97%
B=46.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98941700.420.4500.33243.1630.8951.76
Hex625EAA2A2D021f31f34
Octal14213625252550413633764
Binary110001010111101010101010101010110101000011111001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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