#635F8A

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

Shades of Kimberly #635F8A

Tints of Kimberly #635F8A

Color information

#635F8A (or 0x635F8A) is unknown color: approx Kimberly. HEX triplet: 63, 5F and 8A. RGB value is (99,95,138). Sum of RGB (Red+Green+Blue) = 99+95+138=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #635F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635F8A is #9CA075. Grayscale: #646464. Windows color (decimal): -10264694 or 9068387. OLE color: 9068387.

HSL color Cylindrical-coordinate representation of color #635F8A: hue angle of 245.58º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #635F8A is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9995138-
CMYK0.280.3100.46
HSL245.58º18.45%45.69%-
HSV(B)245.58º31.16%54.12%-
XYZ13.8312.6725.76-
YUV101.1148.83126.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.82%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=29.82%
G=28.61%
B=41.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99951380.280.3100.46245.5818.4545.69
Hex635F8A1C1F02Ef6122e
Octal14313721234370563662256
Binary1100011101111110001010111001111101011101111011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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