#625D90

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

Shades of Kimberly #625D90

Tints of Kimberly #625D90

Color information

#625D90 (or 0x625D90) is unknown color: approx Kimberly. HEX triplet: 62, 5D and 90. RGB value is (98,93,144). Sum of RGB (Red+Green+Blue) = 98+93+144=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #625D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625D90 is #9DA26F. Grayscale: #646464. Windows color (decimal): -10330736 or 9461090. OLE color: 9461090.

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

Color convert

RGB9893144-
CMYK0.320.3500.44
HSL245.88º21.52%46.47%-
HSV(B)245.88º35.42%56.47%-
XYZ13.9912.4428.05-
YUV100.31152.66126.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=29.25%
G=27.76%
B=42.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98931440.320.3500.44245.8821.5246.47
Hex625D90202302Cf6162e
Octal14213522040430543662656
Binary110001010111011001000010000010001101011001111011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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