Html Css Color HEX #635981 Kimberly

📋 copy color: '#635981'

red 99 ◦ green 89 ◦ blue 129

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

Shades of Kimberly #635981

Tints of Kimberly #635981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 31.23%
G = 28.08%
B = 40.69%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#635981 (or 0x635981) is known color: Kimberly. HEX triplet: 63, 59 and 81. RGB value is (99,89,129). Sum of RGB (Red+Green+Blue) = 99+89+129=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #635981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635981 is #9CA67E. Grayscale: #606060. Windows color (decimal): -10266239 or 8477027. OLE color: 8477027.

HSL color Cylindrical-coordinate representation of color #635981: hue angle of 255º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #635981 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 89 129 -
CMYK 0.23 0.31 0 0.49
HSL 255º 0.18% 0.43% -
HSV(B) 255º 0.31% 0.51% -
XYZ 12.68 11.38 22.3 -
YUV 96.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 99 89 129 0.23 0.31 0 0.49 255 0.18 0.43
Hex 63 59 81 17 1F 0 31 FF 12 2B
Octal 143 131 201 27 37 0 61 377 22 53
Binary 1100011 1011001 10000001 10111 11111 0 110001 11111111 10010 101011

Color Harmonies of #635981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635981

Black with #635981

Text Example


Text Example

White with #635981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635981; }

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

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

background-color css

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

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

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

border-color css

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

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

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