#635F85

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

Shades of Kimberly #635F85

Tints of Kimberly #635F85

Color information

#635F85 (or 0x635F85) is unknown color: approx Kimberly. HEX triplet: 63, 5F and 85. RGB value is (99,95,133). Sum of RGB (Red+Green+Blue) = 99+95+133=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #635F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635F85 is #9CA07A. Grayscale: #646464. Windows color (decimal): -10264699 or 8740707. OLE color: 8740707.

HSL color Cylindrical-coordinate representation of color #635F85: hue angle of 246.32º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #635F85 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9995133-
CMYK0.260.2900.48
HSL246.32º16.67%44.71%-
HSV(B)246.32º28.57%52.16%-
XYZ13.4712.5323.9-
YUV100.53146.33126.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.28%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 133 (52.34% from 255) = 40.67%
R=30.28%
G=29.05%
B=40.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99951330.260.2900.48246.3216.6744.71
Hex635F851A1D030f6112d
Octal14313720532350603662155
Binary1100011101111110000101110101110101100001111011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635F85; }

 p { color: rgb(99,95,133); }

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

<style>
 a { background-color: #635F85; }

 a { background-color: rgb(99,95,133); }

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

<style>
 span { border-color: #635F85; }

 span { border-color: rgb(99,95,133); }

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