#625CAA

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

Shades of Rich Blue #625CAA

Tints of Rich Blue #625CAA

Color information

#625CAA (or 0x625CAA) is unknown color: approx Rich Blue. HEX triplet: 62, 5C and AA. RGB value is (98,92,170). Sum of RGB (Red+Green+Blue) = 98+92+170=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #625CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625CAA is #9DA355. Grayscale: #666666. Windows color (decimal): -10330966 or 11164770. OLE color: 11164770.

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

Color convert

RGB9892170-
CMYK0.420.4600.33
HSL244.62º31.45%51.37%-
HSV(B)244.62º45.88%66.67%-
XYZ16.1213.1539.72-
YUV102.69165.99124.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.22%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=27.22%
G=25.56%
B=47.22%

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
Decimal98921700.420.4600.33244.6231.4551.37
Hex625CAA2A2E021f51f33
Octal14213425252560413653763
Binary110001010111001010101010101010111001000011111010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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