#636085

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

Shades of Kimberly #636085

Tints of Kimberly #636085

Color information

#636085 (or 0x636085) is unknown color: approx Kimberly. HEX triplet: 63, 60 and 85. RGB value is (99,96,133). Sum of RGB (Red+Green+Blue) = 99+96+133=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #636085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636085 is #9C9F7A. Grayscale: #646464. Windows color (decimal): -10264443 or 8740963. OLE color: 8740963.

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

Color convert

RGB9996133-
CMYK0.260.2800.48
HSL244.86º16.16%44.9%-
HSV(B)244.86º27.82%52.16%-
XYZ13.5612.7123.93-
YUV101.12145.99126.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.18%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=30.18%
G=29.27%
B=40.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99961330.260.2800.48244.8616.1644.9
Hex6360851A1C030f5102d
Octal14314020532340603652055
Binary1100011110000010000101110101110001100001111010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636085; }

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

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

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

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

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

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

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

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