#625C85

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

Shades of Kimberly #625C85

Tints of Kimberly #625C85

Color information

#625C85 (or 0x625C85) is unknown color: approx Kimberly. HEX triplet: 62, 5C and 85. RGB value is (98,92,133). Sum of RGB (Red+Green+Blue) = 98+92+133=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #625C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625C85 is #9DA37A. Grayscale: #626262. Windows color (decimal): -10331003 or 8739938. OLE color: 8739938.

HSL color Cylindrical-coordinate representation of color #625C85: hue angle of 248.78º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #625C85 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9892133-
CMYK0.260.3100.48
HSL248.78º18.22%44.12%-
HSV(B)248.78º30.83%52.16%-
XYZ13.111.9423.81-
YUV98.47147.49127.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.34%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=30.34%
G=28.48%
B=41.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98921330.260.3100.48248.7818.2244.12
Hex625C851A1F030f9122c
Octal14213420532370603712254
Binary1100010101110010000101110101111101100001111100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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