#635F84

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

Shades of Kimberly #635F84

Tints of Kimberly #635F84

Color information

#635F84 (or 0x635F84) is unknown color: approx Kimberly. HEX triplet: 63, 5F and 84. RGB value is (99,95,132). Sum of RGB (Red+Green+Blue) = 99+95+132=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #635F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635F84 is #9CA07B. Grayscale: #646464. Windows color (decimal): -10264700 or 8675171. OLE color: 8675171.

HSL color Cylindrical-coordinate representation of color #635F84: hue angle of 246.49º 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 #635F84 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9995132-
CMYK0.250.2800.48
HSL246.49º16.3%44.51%-
HSV(B)246.49º28.03%51.76%-
XYZ13.412.523.54-
YUV100.41145.83126.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.37%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=30.37%
G=29.14%
B=40.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99951320.250.2800.48246.4916.344.51
Hex635F84191C030f6102d
Octal14313720431340603662055
Binary1100011101111110000100110011110001100001111011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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