Html Css Color HEX #635989 Kimberly

📋 copy color: '#635989'

red 99 ◦ green 89 ◦ blue 137

#635989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #635989

Tints of Kimberly #635989

RGB

 RED value IS 99 (39.06% from 255) = 30.46%

 GREEN value IS 89 (35.16% from 255) = 27.38%

 BLUE value IS 137 (53.91% from 255) = 42.15%

R = 30.46%
G = 27.38%
B = 42.15%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#635989 (or 0x635989) is known color: Kimberly. HEX triplet: 63, 59 and 89. RGB value is (99,89,137). Sum of RGB (Red+Green+Blue) = 99+89+137=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #635989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635989 is #9CA676. Grayscale: #616161. Windows color (decimal): -10266231 or 9001315. OLE color: 9001315.

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

Color convert

RGB 99 89 137 -
CMYK 0.28 0.35 0 0.46
HSL 252.5º 0.21% 0.44% -
HSV(B) 252.5º 0.35% 0.54% -
XYZ 13.23 11.6 25.21 -
YUV 97.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 99 89 137 0.28 0.35 0 0.46 252.5 0.21 0.44
Hex 63 59 89 1C 23 0 2E FD 15 2C
Octal 143 131 211 34 43 0 56 375 25 54
Binary 1100011 1011001 10001001 11100 100011 0 101110 11111101 10101 101100

Color Harmonies of #635989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635989

Black with #635989

Text Example


Text Example

White with #635989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635989; }

 p { color: rgb(99,89,137); }

 H1.HeaderClassName
 {
   color: #635989;
 }
 .AnyTagClassName
 {
   color: #635989;
 }
</style>

background-color css

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

 a { background-color: rgb(99,89,137); }

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

border-color css

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

 span { border-color: rgb(99,89,137); }

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