#625C90

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

Shades of Kimberly #625C90

Tints of Kimberly #625C90

Color information

#625C90 (or 0x625C90) is unknown color: approx Kimberly. HEX triplet: 62, 5C and 90. RGB value is (98,92,144). Sum of RGB (Red+Green+Blue) = 98+92+144=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #625C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625C90 is #9DA36F. Grayscale: #636363. Windows color (decimal): -10330992 or 9460834. OLE color: 9460834.

HSL color Cylindrical-coordinate representation of color #625C90: hue angle of 246.92º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #625C90 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9892144-
CMYK0.320.3600.44
HSL246.92º22.03%46.27%-
HSV(B)246.92º36.11%56.47%-
XYZ13.912.2628.02-
YUV99.72152.99126.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.34%
GREEN value IS 92 (36.33% from 255) = 27.54%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=29.34%
G=27.54%
B=43.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98921440.320.3600.44246.9222.0346.27
Hex625C90202402Cf7162e
Octal14213422040440543672656
Binary110001010111001001000010000010010001011001111011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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