#625DAA

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

Shades of Rich Blue #625DAA

Tints of Rich Blue #625DAA

Color information

#625DAA (or 0x625DAA) is unknown color: approx Rich Blue. HEX triplet: 62, 5D and AA. RGB value is (98,93,170). Sum of RGB (Red+Green+Blue) = 98+93+170=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #625DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625DAA is #9DA255. Grayscale: #666666. Windows color (decimal): -10330710 or 11165026. OLE color: 11165026.

HSL color Cylindrical-coordinate representation of color #625DAA: hue angle of 243.9º 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 #625DAA is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9893170-
CMYK0.420.4500.33
HSL243.9º31.17%51.57%-
HSV(B)243.9º45.29%66.67%-
XYZ16.2113.3339.75-
YUV103.27165.66124.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.15%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=27.15%
G=25.76%
B=47.09%

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
Decimal98931700.420.4500.33243.931.1751.57
Hex625DAA2A2D021f41f34
Octal14213525252550413643764
Binary110001010111011010101010101010110101000011111010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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